Consistent Git Commit Messages Using a Template
One way to improve the consistency of your commits is to use a git template.
Any time you start a new commit, this template will be pre-loaded.
That means you'll be able to use git commit comments with some guidelines and reminders!
This can be usefu...
blog.salehm.dev2 min read