Writing good commit messages
What is a commit message?
Before saving changes to a local repository in Git, we have to tell Git what types of changes we have done for future reference. This is done by adding a commit message to identify the changes.
Why should everyone write good...
imroz.hashnode.dev2 min read