How to use git commits effectively
Nov 6 · 3 min read
Four simple rules to keep your git commits and commit history clean.
It’s important to keep our commits clean and write clear commit messages for a number of reasons. We want all contributors of the project to know what changes have been made when they check the commit history and to read and understand those changes with ease. The following four rules can help you achieve that.

