Commit Message
Noun · Hacker Culture
Definitions
The text attached to a version control commit that summarizes what changed and often why. Good commit messages are a strong cultural norm in healthy engineering teams because they preserve intent, improve reviewability, and make history useful later.
In plain English: The note that explains what a saved code change did.
Example: "Rewrite that commit message so someone can understand the change six months from now."