Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 586 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 586 Bytes

Git Hooks

Git Hooks are scripts that run automatically every time a particular event occurs in a Git repository.

Usefil Git Hooks scripts

  • 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.

Installation

These Git Hooks scripts can be automatically installed by executing doInstall.sh bash script.