Skip to content

Instantly share code, notes, and snippets.

@joncode
Created May 1, 2012 07:34
Show Gist options
  • Save joncode/2565964 to your computer and use it in GitHub Desktop.
Save joncode/2565964 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