Skip to content

Instantly share code, notes, and snippets.

@Phrogz
Created June 22, 2010 14:34
Show Gist options
  • Save Phrogz/448541 to your computer and use it in GitHub Desktop.
Save Phrogz/448541 to your computer and use it in GitHub Desktop.
gkistner@gitbox:/var/www/bugbot3$ git rev-parse HEAD
1facc81f72428d83a4bc3e0eecd60dec9d403534
gkistner@gitbox:/var/www/bugbot3$ git pull origin planning
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (1/1), done.
remote: Total 5 (delta 4), reused 5 (delta 4)
Unpacking objects: 100% (5/5), done.
From /pub/scm/bugbot3
* branch planning -> FETCH_HEAD
Updating 1facc81..971acad
Fast-forward
public/js/jquery.seldragdrop.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
gkistner@gitbox:/var/www/bugbot3$ git rev-parse HEAD
971acada7639cb93d724c9c1156120fdbf6b0b67
gkistner@gitbox:/var/www/bugbot3$ git status
# On branch planning
# Your branch is ahead of 'origin/planning' by 1 commit.
#
nothing to commit (working directory clean)
gkistner@gitbox:/var/www/bugbot3$ git push
Everything up-to-date
gkistner@gitbox:/var/www/bugbot3$ git rev-parse HEAD
971acada7639cb93d724c9c1156120fdbf6b0b67
gkistner@gitbox:/var/www/bugbot3$ git status
# On branch planning
nothing to commit (working directory clean)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment