How to Write a Git Commit Message

How to Write a Git Commit Message

… 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.