Skip to content

Instantly share code, notes, and snippets.

@jgeewax
Created August 20, 2010 23:35
Show Gist options
  • Save jgeewax/541439 to your computer and use it in GitHub Desktop.
Save jgeewax/541439 to your computer and use it in GitHub Desktop.
(master)jj@im-jj:~/demo$ git checkout rc-1.0
Switched to branch 'rc-1.0'
(rc-1.0)jj@im-jj:~/demo$ git checkout -b 1.0
Switched to a new branch '1.0'
(1.0)jj@im-jj:~/demo$ git push origin 1.0
Total 0 (delta 0), reused 0 (delta 0)
To my-server:/git/demo.git
* [new branch] 1.0 -> 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment