I had an opportunity to think about “commit units” and “good commit messages” in git development workflows, so I’ll introduce points I personally pay attention to and their explanations.
Points I Personally Pay Attention To
- Make commit granularity fine
- Write meaningful commit messages
Below are links to articles that document the points I personally pay attention to:
- Practical Git for Web Creators - How to Create Proper History | CodeGrid
- Git Best Practice-like Things - this A moment
- 10 Things to Think About Before git commit | Act as Professional
That’s all from the Gemba - for those who have struggled with similar points about commits, I hope this is helpful.