Install hooks either by copying the file(s) to .git/hooks or by changing core.hooksPath. These hooks are currently available:
pre-commit:- check for .gitattributes settings
Configure hooks by cloning the repo and then something like: git config --system core.hooksPath /path/to/git/hooks
git_sync.py: backup (pull) GitHub repositories to a (non-bare) local copy.