template/script/hooks/pre-commit in penchant-0.1.2 vs template/script/hooks/pre-commit in penchant-0.2.1
- old
+ new
@@ -1,4 +1,7 @@
#!/bin/bash
-# this has been moved to commit-msg
+unset GIT_DIR
+penchant gemfile remote --deployment
+GIT_DIR=$OLD_GIT_DIR
+git add Gemfile*