Need of Good Commit Messages
Introduction
Commits can be thought of as snapshots or milestones along the timeline of a Git project. Commits are created with the git commit command to capture the state of a project then.
git commit -m "commit message"
Whenever we made some progre...
jyoti-dhatarwal.hashnode.dev3 min read