Skip to content

Instantly share code, notes, and snippets.

@terrycojones
Created September 27, 2011 18:47
Show Gist options
  • Save terrycojones/1245878 to your computer and use it in GitHub Desktop.
Save terrycojones/1245878 to your computer and use it in GitHub Desktop.
~/fluidinfo/src/fluidinfo.com (master) $ git fetch git@github.com:fluidinfo/fluidinfo.com.git obmaster:obmaster
From github.com:fluidinfo/fluidinfo.com
* [new branch] obmaster -> obmaster
~/fluidinfo/src/fluidinfo.com (master) $ git checkout obmaster
M fluidinfo/media/js/jquery-1.4.2.min.js
Switched to branch 'obmaster'
~/fluidinfo/src/fluidinfo.com (obmaster) $ git st
# On branch obmaster
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: fluidinfo/media/js/jquery-1.4.2.min.js
#
no changes added to commit (use "git add" and/or "git commit -a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment