Andrew's Digital Garden

How to write good commits

Commits are pretty opinionated, but I align pretty well with https://cbea.ms/git-commit.

The main one for me is why vs how. The commit itself tells you how something happened, only the commit message can explain why.

[[communication]] [[engineering]] [[git]]

How to write good commits