Skip to content

windndust/WindyCommitMsgGitHook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Environment Prerequisite: git init already used in project to create .git directory

Usage Prerequisite:

  1. Java 11 installed - allows execution of uncompiled main classes
  2. Java directory added to Path variable - allows shell to execute java commands

Manual Installation

  1. Copy commit-msg script from src/main/resources to .git/hooks
  2. Copy CommitMsgHook.java from src/main/java to .git/hooks Install is now complete and your commit messages will now be validated

About

A git hook that encourages writing better commit messages by enforcing a standard format

Resources

Stars

Watchers

Forks

Packages

No packages published