git How to use git hooks for everyday tasks Git hooks is a feature that does not get talked about enough. Basically hooks are a way to trigger an action during certain parts of git's execution. By default hooks are placed in .git/hooks. You can change this in git config. I wont