[linux小水滴]git commit message注意事项

commit message注意事项

举例:

一个好的commit message应该是下面这样1

Summarize changes in around 50 characters or less

More detailed explanatory text, if necessary. Wrap it to about 72
characters or so. In some contexts, the first line is treated as the
subject of the commit and the rest of the text as the body. The
blank line separating the summary from the body is critical (unless
you omit the body entirely); various tools like `log`, `shortlog`
and `rebase` can get confused if you run the two together.

Explain the problem that this commit is solving. Focus on why you
are making this change as opposed to how (the code explains that).
Are there side effects or other unintuitive consequences of this
change? Here's the place to explain them.

Further paragraphs come after blank lines.

 - Bullet points are okay, too

 - Typically a hyphen or asterisk is used for the bullet, preceded
   by a single space, with blank lines in between, but conventions
   vary here

If you use an issue tracker, put references to them at the bottom,
like this:

Resolves: #123
See also: #456, #789

六条注意事项:

  1. 第一行为主题行,一句简要总结,与正文用空行隔

  2. 主题行建议字数50字以内,最多72个字
    可以利用vim来实现72字符自动换行,只需要在~/.vimrc中添加下面这一行2
    autocmd Filetype gitcommit setlocal spell textwidth=72

  3. 主题行首字母大写,不要句号结尾

  4. 主题行用祈使句

  5. 正文每行不得超过72个字符

  6. 正文要写清楚:是什么、为什么、怎么做


  1. How To Write a Git Commit Message ↩︎

  2. 5 Useful Tips For A Better Commit Message ↩︎

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值