Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 262 Bytes

githook

Install

Go to your project root and type the command

mkdir -p .git/hooks && curl https://raw.githubusercontent.com/jack24254029/githook/master/prepare-commit-msg.sh > .git/hooks/prepare-commit-msg && chmod u+x .git/hooks/prepare-commit-msg