Skip to content

Instantly share code, notes, and snippets.

@philgyford
Created January 11, 2012 18:44
Show Gist options
  • Save philgyford/1596128 to your computer and use it in GitHub Desktop.
Save philgyford/1596128 to your computer and use it in GitHub Desktop.
homebrew untracked files
phil@phils-mb:/usr/local$ git status
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# Library/Aliases/mikmod
# Library/Aliases/sshfs
# 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/Contributions/manpages/brew-man.1.md
# Library/Formula/allegro.rb
# Library/Formula/autojump.rb
# Library/Formula/distribute.rb
# Library/Formula/ffmpeg-php.rb
# Library/Formula/flusspferd.rb
# Library/Formula/fortress.rb
# Library/Formula/go-access.rb
# Library/Formula/growlnotify.rb
# Library/Formula/libpng.rb
# Library/Formula/lsof.rb
# Library/Formula/lzma.rb
# Library/Formula/manto.rb
# Library/Formula/mz-scheme.rb
# Library/Formula/ncursesw.rb
# Library/Formula/openldap.rb
# Library/Formula/pip.rb
# Library/Formula/redcar.rb
# Library/Formula/rsync.rb
# Library/Formula/saga-cpp.rb
# Library/Formula/sc.rb
# Library/Formula/shapefile.rb
# Library/Formula/sleepnow.rb
# Library/Formula/sshfs-fuse.rb
# Library/Formula/stax-sdk.rb
# Library/Formula/unix2dos.rb
# Library/Formula/visualboyadvance.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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment