Skip to content

Instantly share code, notes, and snippets.

@andrewserff
Created September 20, 2011 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewserff/1228327 to your computer and use it in GitHub Desktop.
Save andrewserff/1228327 to your computer and use it in GitHub Desktop.
brew git status output
[local (master)⚡]> sudo git status
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# Library/Aliases/mikmod
# Library/Contributions/examples/brew-audit.rb
# Library/Contributions/examples/brew-fetch.rb
# Library/Contributions/examples/brew-options.rb
# Library/Contributions/examples/brew-test.rb
# Library/Contributions/examples/brew-upgrade.rb
# Library/Formula/allegro.rb
# Library/Formula/distribute.rb
# Library/Formula/grep.rb
# Library/Formula/kdepim.rb
# Library/Formula/libpng.rb
# Library/Formula/libqrencode.rb
# Library/Formula/lzma.rb
# Library/Formula/manto.rb
# Library/Formula/moxi.rb
# Library/Formula/ncursesw.rb
# Library/Formula/npm.rb
# Library/Formula/openldap.rb
# Library/Formula/pip.rb
# Library/Formula/redcar.rb
# Library/Formula/rsync.rb
# Library/Formula/shapefile.rb
# Library/Formula/sleepnow.rb
# Library/Formula/stax-sdk.rb
# Library/Formula/tinyfugue.rb
# Library/Formula/unix2dos.rb
# Library/Homebrew/beer_events.rb
# Library/Homebrew/brew.h.rb
# Library/Homebrew/brew_doctor.rb
# Library/Homebrew/install.rb
# Library/Homebrew/update.rb
nothing added to commit but untracked files present (use "git add" to track)
[local (master)⚡]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment