penchant/template/script/hooks/pre-commit

8 lines
103 B
Plaintext
Raw Normal View History

2011-07-14 19:50:51 +00:00
#!/bin/bash
2012-04-20 18:52:57 +00:00
unset GIT_DIR
penchant gemfile remote --deployment
GIT_DIR=$OLD_GIT_DIR
git add Gemfile*
2011-07-14 20:51:54 +00:00