Created
June 9, 2016 06:39
-
-
Save at0S/db7adf3ec58b08186944f4caf84bfa89 to your computer and use it in GitHub Desktop.
Add an existing git repo to gitlab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git remote add origin <gitlab_project_url> | |
git push --set-upstream origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment