Search posts, tags, users, and pages
Lakshya Singh
My Reactive Vue Flutters
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...
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-commit hook) to run some quick checks like lints to avoid having faulty commits.
pre-commit
Arpit Shukla
Nice blog ๐
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.