Created
August 20, 2010 23:30
-
-
Save jgeewax/541425 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
(issue-12)jj@im-jj:~/demo$ git checkout master | |
Switched to branch 'master' | |
Your branch is ahead of 'origin/master' by 1 commit. # <-- Always be 1 commit ahead. | |
(master)jj@im-jj:~/demo$ git merge issue-12 | |
Updating c348893..d0e9912 | |
Fast forward | |
feature.py | 3 +++ | |
testfile.txt | 1 + | |
2 files changed, 4 insertions(+), 0 deletions(-) | |
delete mode 100644 README.txt | |
create mode 100644 feature.py | |
create mode 100644 testfile.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment