How to enforce conventional commit messages using git hooks

from blog Prahlad Yeri, | ↗ original
Conventional git commit messages are not just nice to have but great to have. In fact, once you get to know them, you’ll start feeling that they are essential in any serious programming project. Consider the difference between following two commit messages for instance: git commit -m "added social login feature for authentication using twitter"...