How to Write a Git Commit Message - 1 views
-
a well-crafted Git commit message is the best way to communicate context about a change to fellow developers (and indeed to their future selves).
-
A diff will tell you what changed, but only the commit message can properly tell you why.
-
a commit message shows whether a developer is a good collaborator
- ...22 more annotations...