一、前言
二、Commit message编写
1.规范
2.用空行分开主题和正文
git commit
<type>(<scope>): <subject>
// 空一行
<body>
// 空一行
<footer>
三、参考资料
1.Commit message 和 Change log 编写指南
2.【译】怎么写Git Commit Message
git commit
<type>(<scope>): <subject>
// 空一行
<body>
// 空一行
<footer>
1.Commit message 和 Change log 编写指南
2.【译】怎么写Git Commit Message