Good Commits
Git commits are everywhere, and you might be generating more than 1k commits over a year. So it becomes crucial to understand that commit should be structured and created in a scalable manner.
Why bother?
Writing better commits can make the differe...
hashnode.king-11.dev3 min read
Purushottam Tiwari
Learning
Wow you described the importance of good commits in a wonderful way.
On a semi-related note, we can use git hooks (especially my favorite
pre-commithook) to run some quick checks like lints to avoid having faulty commits.