How to Write Good Git Commit Messages like a pro
What exactly is a Commit Message?
A commit message is a piece of descriptive text that is added by the developer who made the commit in the commit object.
Why should you write good Commit Messages?
There are several uses for commit messages:
Future ...
jscodelover.hashnode.dev3 min read