Add comment to explain what the script is about
This commit is contained in:
parent
95e423da58
commit
22f8691cc7
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Handy script to symlink version controlled hooks (from git_hooks/) to .git/hooks
|
||||
|
||||
HOOK_DIR=$(git rev-parse --show-toplevel)/.git/hooks
|
||||
for hook in "$(git rev-parse --show-toplevel)"/git_hooks/*; do
|
||||
|
|
Loading…
Add table
Reference in a new issue