29 Jun 2018
Teams should first agree on a commit message convention:
Limit the subject line to 50 characters
→ If you’re having a hard time summarizing you might be committing too many changes at once.
Capitalize the subject line
Do not end the subject line with a period
Use the imperative mood in the subject line
Wrap the body at 72 characters
Use the body to explain what and why vs. how
→ Focus on making clear the reasons why you made the change - the way it things worked before the change (and what was wrong with that), the way they work now and why you decided to solve it the way you did.
For example
Fix typo (what) in introduction to user guide (where).
git shortlog
groups commits by user