Various notes on Git.
1. Hooks
[core]
hooksPath = ~/.git-hooks
You can only have one script per hook — if you wish to run multiple scripts, write a wrapper. Make sure to set the hooks as executable. The script should have a specific name based on the hook; see githooks(5) for more details.