美文网首页
Git Related

Git Related

作者: 赌气的对白 | 来源:发表于2015-10-17 21:45 被阅读10次

七条很棒的 git 提交信息规则

1.用一个空行隔开标题和正文
2.限制标题字数在 50 个字符内
3.用大写字母写标题行
4.不要用句号结束标题行
5.在标题行使用祈使语气
6.正文在 72 个字符处换行
7.使用正文解释是什么和为什么,而不是如何做

相关文章

  • Git Related

    七条很棒的 git 提交信息规则 1.用一个空行隔开标题和正文2.限制标题字数在 50 个字符内3.用大写字母写标...

  • git 添加本地已有项目遇到的事

    1.移除old git related: find . -name ".git" | xargs rm -Rf 2...

  • Day3初级下

    9.16 lesson 85 名词从句 be related toJohn is closely related ...

  • Django 提高查询效率

    Django prefetch_related and select_related Created: Aug 0...

  • Blog related

    hexo1 hexo2hexo3 hexo4 SSH1SSH2SSH3 markdown

  • kafka related

    进入kafka bin目录下 查看所有topic:./kafka-topics.sh --list --zooke...

  • JS Related

    JS几种数组遍历方式以及性能分析对比 javascript中in和hasOwnProperty区别

  • Computer related

    计算机中的三大件 计算机中包含有较多的硬件,但是一个程序要运行,有 三个 核心的硬件,分别是: CPU中央处理器,...

  • commit related

    [commit(), commitNow()和commitAllowingStateLoss()] 关于Fragm...

  • mongodb去重操作只留一条

    原表记录: 需要把related_type=1 and action_type=3 并且related_id相同的...

网友评论

      本文标题:Git Related

      本文链接:https://www.haomeiwen.com/subject/ckeacttx.html