ended3월 25일· 1 sources

I Analyzed 10,000 Git Commits — 23% Had Useless Messages

Git 커밋 10,000개를 분석해 보니 — 23%는 쓸모없는 메시지였다

Why it matters

An analysis of 10,000 commit messages across 50 open-source repos found that 23% were useless (e.g., 'fix', 'wip', 'asdf'). Repos using Conventional Commits had 82% good messages vs 54% for those that didn't. The author proposes five rules for better commits and shares a Python tool to score commit message quality.

1
Sources
+0
24h
Growth
173d
Active
Gitcommit messagesConventional Commits코드 품질오픈소스

Sources

Related Issues