Created
August 20, 2010 23:36
-
-
Save jgeewax/541442 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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