Skip to content

Instantly share code, notes, and snippets.

@wincent
Created August 11, 2010 15:42
Show Gist options
  • Save wincent/519181 to your computer and use it in GitHub Desktop.
Save wincent/519181 to your computer and use it in GitHub Desktop.
$ git status
# On branch master
# Changed but not updated:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: Gemfile.lock
# deleted: vendor/cache/celerity-0.8.0.beta.3.gem
# deleted: vendor/cache/factory_girl-1.3.1.gem
# deleted: vendor/cache/haml-3.0.15.gem
# deleted: vendor/cache/jruby-openssl-0.7.gem
# deleted: vendor/cache/json_pure-1.4.3.gem
# deleted: vendor/cache/nokogiri-1.4.2.gem
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# vendor/cache/bouncy-castle-java-1.5.0145.2.gem
# vendor/cache/celerity-0.8.0.beta.4.gem
# vendor/cache/factory_girl-1.3.2.gem
# vendor/cache/haml-3.0.16.gem
# vendor/cache/jruby-openssl-0.7.1.gem
# vendor/cache/json_pure-1.4.6.gem
# vendor/cache/nokogiri-1.4.3.1.gem
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