Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prepare new project

  1. Log in to https://gitlab.eufus.psnc.eu/dashboard/projects
  2. Press button "New project"
  3. Choose "Create blank project"
  4. Fill in the project form
  5. Disable option Initialize repository with a README
  6. Press button "Create project"

...

Code Block
$ git remote add origin https://gitlab.eufus.psnc.eupl/<YOUR_GITLAB_USERNAME>/<GIT_PROJECT_NAME>

...