[Git] About Commit Granularity and Good Commit Messages

Tadashi Shigeoka ·  Tue, April 21, 2015

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.

Git

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:

That’s all from the Gemba - for those who have struggled with similar points about commits, I hope this is helpful.