Skip to content

Instantly share code, notes, and snippets.

@masiorama
Created January 4, 2013 15:07
Show Gist options
  • Save masiorama/4453266 to your computer and use it in GitHub Desktop.
Save masiorama/4453266 to your computer and use it in GitHub Desktop.
GIT: add remote origin
cd existing_git_repo
git remote add origin git@github.com:user/repo.git
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment