美文网首页
git提交规范

git提交规范

作者: 隔壁老王z | 来源:发表于2021-04-27 14:46 被阅读0次

    init: 初始化
    feat: 新特性
    fix: 修改问题
    refactor: 代码重构
    docs: 文档修改
    style: 代码格式修改, 注意不是 css 修改
    test: 测试用例修改
    build: 构建项目
    chore: 其他修改, 比如依赖管理
    scope: commit 影响的范围, 比如: route, component, utils, build...
    subject: commit 的概述

    如 git commit -m "fix:工单无法提交"
    

    相关文章

      网友评论

          本文标题:git提交规范

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