Skip to content

Instantly share code, notes, and snippets.

@jgeewax
Created August 20, 2010 23:36
Show Gist options
  • Save jgeewax/541442 to your computer and use it in GitHub Desktop.
Save jgeewax/541442 to your computer and use it in GitHub Desktop.
(rc-1.0)jj@im-jj:~/demo$ git checkout 1.0
Switched to branch '1.0'
(1.0)jj@im-jj:~/demo$ git merge rc-1.0
Updating 97a0f2a..52a6d49
Fast forward
feature.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
(1.0)jj@im-jj:~/demo$ git push
Total 0 (delta 0), reused 0 (delta 0)
To my-server:/git/demo.git
97a0f2a..52a6d49 HEAD -> 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment