Environment Prerequisite: git init already used in project to create .git directory
Usage Prerequisite:
- Java 11 installed - allows execution of uncompiled main classes
- Java directory added to Path variable - allows shell to execute java commands
Manual Installation
- Copy commit-msg script from src/main/resources to .git/hooks
- Copy CommitMsgHook.java from src/main/java to .git/hooks Install is now complete and your commit messages will now be validated