美文网首页
Git commit message type

Git commit message type

作者: 会飞的大马猴 | 来源:发表于2019-12-12 21:06 被阅读0次

    type: commit 的类型
    feat: 新特性
    fix: 修改问题
    refactor: 代码重构
    docs: 文档修改
    style: 代码格式修改, 注意不是 css 修改
    test: 测试用例修改
    chore: 其他修改, 比如构建流程, 依赖管理.
    scope: commit 影响的范围, 比如: route, component, utils, build...
    subject: commit 的概述
    body: commit 具体修改内容, 可以分为多行
    footer: 一些备注, 通常是 BREAKING CHANGE 或修复的 bug 的链接.

    相关文章

      网友评论

          本文标题:Git commit message type

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