TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to write a good Git commit messages

6 pointsby arzzenover 7 years ago

2 comments

Clananover 7 years ago
I'm particularly susceptible to writing crap commit messages so I really appreciate this article. I've found it very helpful to focus on smaller commits in addition to well-thought messages. Few things are more frustrating than trying to locate a particular change via a commit log and not finding it because I was lazy.
arzzenover 7 years ago
Here is how Linus Torvalds describes a good commit message. <a href="https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;subsurface-for-dirk&#x2F;blob&#x2F;a48494d2fbed58c751e9b7e8fbff88582f9b2d02&#x2F;README#L88" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;torvalds&#x2F;subsurface-for-dirk&#x2F;blob&#x2F;a48494d...</a>