Een repo vanaf de commandline op Gitlab aanmaken

  1. Ga naar de map toe waarin je project zich bevindt

  2. Ik ga er van uit dat je al git init, git add en, git commit -m"" hebt uitgevoerd

  3. git remote add origin [email protected]:<username>/<project.git>

  4. git push --set-upstream [email protected]:<username>/<project.git>

Thats it.