Skip to content

Instantly share code, notes, and snippets.

@rick4470
Last active August 29, 2015 14:13
Show Gist options
  • Save rick4470/eeab7c068fd8fb929b52 to your computer and use it in GitHub Desktop.
Save rick4470/eeab7c068fd8fb929b52 to your computer and use it in GitHub Desktop.
How to push an existing git repository from the command line
git remote add origin https://github.com/repo/location
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment