Created
August 20, 2010 23:36
-
-
Save jgeewax/541441 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
(1.0)jj@im-jj:~/demo$ git checkout rc-1.0 | |
Switched to branch 'rc-1.0' | |
(rc-1.0)jj@im-jj:~/demo$ echo 'print "fixing a bug"' >> feature.py | |
(rc-1.0)jj@im-jj:~/demo$ git add -A && git commit -m "Added bug fix" | |
[rc-1.0 52a6d49] Added bug fix | |
1 files changed, 1 insertions(+), 0 deletions(-) | |
(rc-1.0)jj@im-jj:~/demo$ git push | |
Counting objects: 5, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 338 bytes, done. | |
Total 3 (delta 1), reused 0 (delta 0) | |
To my-server:/git/demo.git | |
97a0f2a..52a6d49 HEAD -> rc-1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment