diff options
-rwxr-xr-x | sandbox | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ else git init git add . git commit -m "Initial import" + + if which git-hooks &> /dev/null; then + git hooks --install + fi ) fi |