- copy the file
commit-msg
to.git/hooks/commit-msg
- make sure your delete the sample file
.git/hooks/commit-msg.sample
- Make commit msg executable.
chmod +x .git/hooks/commit-msg
- Edit
commit-msg
to better fit your development branch, commit regex and error message - Profit $$
curl https://gist.githubusercontent.com/subicura/1782fbbd39f0fe05a992/raw/546c228d739996409f89218df285de8375536e33/commit-msg.sh > .git/hooks/commit-msg
rm .git/hooks/commit-msg.sample
chmod +x .git/hooks/commit-msg
vim .git/hooks/commit-msg
echo "Profit $$"