penchant/template/script/hooks/pre-commit
John Bintz 9e0bfa722e oops
2012-04-20 14:52:57 -04:00

8 lines
103 B
Bash
Executable File

#!/bin/bash
unset GIT_DIR
penchant gemfile remote --deployment
GIT_DIR=$OLD_GIT_DIR
git add Gemfile*