TL;DR - How to Write Good Git Commit Messages
When it comes to version control and using Git, one thing I've always struggled with is knowing how to write good clean Git commit messages. For example, should I use title case or prefix the message with commit type (fix, feature etc.). The list goes on ... !
For those