Skip to content

Instantly share code, notes, and snippets.

@robertSahm
Forked from joncode/gist:2565964
Created May 1, 2012 20:56
Show Gist options
  • Select an option

  • Save robertSahm/2571322 to your computer and use it in GitHub Desktop.

Select an option

Save robertSahm/2571322 to your computer and use it in GitHub Desktop.
uploading local git repo to github
git remote add origin [email protected]: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