Skip to content

Instantly share code, notes, and snippets.

@robertSahm
Forked from joncode/gist:2565964
Created May 1, 2012 20:56
Show Gist options
  • Save robertSahm/2571322 to your computer and use it in GitHub Desktop.
Save robertSahm/2571322 to your computer and use it in GitHub Desktop.
uploading local git repo to github
git remote add origin git@github.com:joncode/wibble.git
you have to include the word 'origin' for this to work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment