Een repo vanaf de commandline op Gitlab aanmaken
-
Ga naar de map toe waarin je project zich bevindt
-
Ik ga er van uit dat je al
git init
,git add
en,git commit -m""
hebt uitgevoerd -
git remote add origin [email protected]:<username>/<project.git>
-
git push --set-upstream [email protected]:<username>/<project.git>
Thats it.