Use Git 'commit-msg' Hook for Better Commit Messages
I wrote previously about my rules for writing Git commit messages. I like to follow the 50/72 rule and use the imperative mood in my commit subjects. While the rules are simple, and the benefits of following them are improved readability of project history, I don’t want to spend time enforcing git commit message rules.
Read more