Git commit message 规范
最近使用git,翻找以前的记录, 愈发觉得提交 git 记录时, commit message 很重要, 需要有一定规范.
规范
一般遵守 thoughtbot 规范,这里是详细说明 5 Useful Tips For A Better Commit Message
1 |
|
Note:
Never use the -m
/ --message=
flag to git commit
.
-m
的表述内容太少, 不要在正式提交中使用.
Git commit message 规范
最近使用git,翻找以前的记录, 愈发觉得提交 git 记录时, commit message 很重要, 需要有一定规范.
一般遵守 thoughtbot 规范,这里是详细说明 5 Useful Tips For A Better Commit Message
1 |
|
Note:
Never use the -m
/ --message=
flag to git commit
.
-m
的表述内容太少, 不要在正式提交中使用.