Git Hooks are scripts that run automatically every time a particular event occurs in a Git repository.
- pre-commit - This hook is called before obtaining the proposed commit message.
- commit-msg - This hook is called after the message has been edited in order to ensure conformity to a company standard.
These Git Hooks scripts can be automatically installed by executing doInstall.sh
bash script.