Skip to content

Instantly share code, notes, and snippets.

@dsyang
Created July 31, 2011 03:26
Show Gist options
  • Save dsyang/1116344 to your computer and use it in GitHub Desktop.
Save dsyang/1116344 to your computer and use it in GitHub Desktop.
git status in homebrew installation
Dan-Yangs-MacBook-Pro:local dsyang$ pwd
/usr/local
Dan-Yangs-MacBook-Pro:local dsyang$ git status
# On branch master
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: Library/Formula/atk.rb
# modified: Library/Formula/bazaar.rb
# modified: Library/Formula/hydra.rb
# modified: Library/Formula/libtorrent.rb
# modified: Library/Formula/mutt.rb
# deleted: Library/Formula/nesc.rb
# modified: Library/Formula/rtorrent.rb
# modified: Library/Formula/tbb.rb
# modified: Library/Homebrew/cmd/install.rb
# modified: Library/Homebrew/cmd/list.rb
# modified: Library/Homebrew/formula.rb
# modified: bin/brew
#
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