Skip to content

Instantly share code, notes, and snippets.

@joncode
Created April 26, 2012 06:16
Show Gist options
  • Select an option

  • Save joncode/2496562 to your computer and use it in GitHub Desktop.

Select an option

Save joncode/2496562 to your computer and use it in GitHub Desktop.
move local branch to GitHub
create new repository on Github first .... either use 'Push to Github' on github local app , or create new repo online
easy way ...
go to GitHub GIU and click 'publish' on branch
you can also delete branch from cloud by unclicking publish
command line way ...
git remote add origin [email protected]:joncode/becker_sqlite.git new_cart
git push origin new_cart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment