A List Apart

Menu

The Art of the Commit

· 4 Comments

The information you put into a commit message needs to be useful to the people who will read it. Instead of going into too much detail, or worrying about abstract questions like whether a given commit is the release version of a thing, focus on a much simpler story: I just did a thing, and this is the thing I just did. In this excerpt from Git for Humans, David Demaree outlines some best practices for crafting effective commits.

More from A List Apart