Skip to content

Commit

Permalink
thanks @piscisaureus 😃
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Aug 25, 2012
1 parent 8c4cecd commit b75caf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .sh/functions
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ function rip_env_eval() {
function rspec() { if [ -e Gemfile ]; then bundle exec rspec $@; else command rspec $@; fi }
function cucumber() { if [ -e Gemfile ]; then bundle exec cucumber $@; else command cucumber $@; fi }
function rake() { if [ -e Gemfile ]; then bundle exec rake $@; else command rake $@; fi }
function pullify() {
git config --add remote.origin.fetch '+refs/pull/*/head:refs/remotes/origin/pr/*'
}

0 comments on commit b75caf7

Please sign in to comment.