Skip to content

Commit

Permalink
Add bundler configuration to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcm committed Oct 21, 2010
1 parent 4dba01e commit e7c7dd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ although

`git-up` might mess up your branches, or set your chest hair on fire, or be racist to your cat, I don't know. It works for me.

configuration
-------------

`git-up` now has some configuration. Yay.

As of `v0.4.1`, `git-up` can check your app for any new bundled gems and suggest a `bundle install` if necessary.

It slows the process down slightly, and is therefore enabled by setting `GIT_UP_BUNDLER_CHECK='true'` in your `.bashrc`, `.profile`, or whatever.

0 comments on commit e7c7dd1

Please sign in to comment.