learn-git
git-commit-message
参考:
Commit message 和 Change log 编写指南
Git 原理入门
https://github.com/feflow/git-commit-style-guide
Commitizen
是一个撰写合格 Commit message 的工具。
【已废弃,改推荐用 commitlint】
validate-commit-msg
用于检查 Node 项目的 Commit message 是否符合格式。
commitlint