diff options
Diffstat (limited to 'install-hooks.sh')
-rw-r--r-- | install-hooks.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install-hooks.sh b/install-hooks.sh new file mode 100644 index 0000000..c5e196a --- /dev/null +++ b/install-hooks.sh @@ -0,0 +1,4 @@ +# install-hooks.sh +#!/bin/bash +cp utils/hooks/* .git/hooks/ +chmod +x .git/hooks/* |