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