Skip to content

Instantly share code, notes, and snippets.

@jzellman
Created April 24, 2009 17:16
Show Gist options
  • Save jzellman/101218 to your computer and use it in GitHub Desktop.
Save jzellman/101218 to your computer and use it in GitHub Desktop.
[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> git push origin master
git Everything up-to-date
[beaker:~/dev/mastermind] jzellman> git status
# On branch master
nothing to commit (working directory clean)
[beaker:~/dev/mastermind] jzellman> git pull
gitFrom [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