Skip to content

Instantly share code, notes, and snippets.

@at0S
Created June 9, 2016 06:39
Show Gist options
  • Save at0S/db7adf3ec58b08186944f4caf84bfa89 to your computer and use it in GitHub Desktop.
Save at0S/db7adf3ec58b08186944f4caf84bfa89 to your computer and use it in GitHub Desktop.
Add an existing git repo to gitlab
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