Created
August 20, 2010 23:30
-
-
Save jgeewax/541426 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
(master)jj@im-jj:~/demo$ git status | |
# On branch master | |
# Your branch is ahead of 'origin/master' by 2 commits. # <-- 1 for issue-12, 1 for the typo-fix. | |
# | |
nothing to commit (working directory clean) | |
(master)jj@im-jj:~/demo$ git remote show origin | |
* remote origin | |
URL: my-server:/git/demo.git | |
HEAD branch: master | |
Remote branch: | |
master tracked | |
Local branch configured for 'git pull': | |
master merges with remote master | |
Local ref configured for 'git push': | |
master pushes to master (fast forwardable) # <-- Always be able to fast-forward. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment