Over the years, I took the habit to request from my coworkers to write semantic commit messages, like https://www.conventionalcommits.org/
You can use git hook libraries like the python pre-commit or javascript husky to check your git commit messages format.
Over the years, I took the habit to request from my coworkers to write semantic commit messages, like https://www.conventionalcommits.org/
You can use git hook libraries like the python pre-commit or javascript husky to check your git commit messages format.