We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ee08f commit 1678e83Copy full SHA for 1678e83
scripts/setup_hooks
@@ -1,3 +1,5 @@
1
#!/usr/bin/env sh
2
3
-ln -i -v scripts/libhooks .git/hooks/ && ln -i -v scripts/post-merge .git/hooks/
+ln -i -v scripts/libhooks .git/hooks/ \
4
+ && ln -i -v scripts/post-merge .git/hooks/ \
5
+ && ln -i -v scripts/post-merge .git/hooks/post-commit
0 commit comments