美文网首页
Git 提交规范

Git 提交规范

作者: 嗜睡虫虫虫 | 来源:发表于2019-09-25 11:01 被阅读0次
    • git commit message格式
    • feat:新功能(feature)
    • fix:修补bug
    • docs:文档(documentation)
    • style: 格式(不影响代码运行的变动)
    • refactor:重构(即不是新增功能,也不是修改bug的代码变动)
    • test:增加测试
    • chore:构建过程或辅助工具的变动

    相关文章

      网友评论

          本文标题:Git 提交规范

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