Github pre commit hook to validate commit message and description
To set up a Git pre-commit hook to validate the length of commit messages and descriptions, you can create a script that will be executed...
Read Article