Skip to content

Instantly share code, notes, and snippets.

@jzellman
Created April 24, 2009 17:03
Show Gist options
  • Save jzellman/101211 to your computer and use it in GitHub Desktop.
Save jzellman/101211 to your computer and use it in GitHub Desktop.
[beaker:~/dev/mastermind] jzellman> git fetch origin
git statusFrom [email protected]:frogmetrics/mastermind
b27a181..62304b8 master -> origin/master
[beaker:~/dev/mastermind] jzellman> git status
# On branch master
nothing to commit (working directory clean)
[beaker:~/dev/mastermind] jzellman> git pull
From [email protected]:frogmetrics/mastermind
+ 62304b8...b27a181 HEAD -> origin/HEAD (forced update)
Already up-to-date.
[beaker:~/dev/mastermind] jzellman> git status
# On branch master
# Your branch is ahead of 'origin/master' by 322 commits.
#
nothing to commit (working directory clean)
[beaker:~/dev/mastermind] jzellman>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment