{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/git-commit-conventions/",
  "atlas": "https://www.pystone.net/?node=git-commit-conventions#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/git-commit-conventions.md",
  "context": "https://www.pystone.net/notes/git-commit-conventions.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:git-commit-conventions",
  "slug": "git-commit-conventions",
  "title": "Git提交规范",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "Git提交规范",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "18100c3a32df638fe782db4ae6fa115c71e60d6b6d6d9735f7daf198eab21520",
  "assets": [],
  "headings": [
    {
      "depth": 1,
      "text": "Git提交规范",
      "anchor": "git提交规范",
      "citation": "https://www.pystone.net/notes/git-commit-conventions/#git%E6%8F%90%E4%BA%A4%E8%A7%84%E8%8C%83"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:software-engineering-and-quality",
      "title": "软件工程与质量保障",
      "url": "https://www.pystone.net/notes/software-engineering-and-quality/",
      "atlas": "https://www.pystone.net/?node=software-engineering-and-quality#knowledge-atlas",
      "label": "软件工程与质量保障",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "CI-CD与质量保障/CI-CD工具链中的“Git提交规范”导航项",
      "citation": "https://www.pystone.net/notes/software-engineering-and-quality/#ci-cd%E4%B8%8E%E8%B4%A8%E9%87%8F%E4%BF%9D%E9%9A%9Cci-cd%E5%B7%A5%E5%85%B7%E9%93%BE"
    }
  ],
  "contentMarkdown": "# Git提交规范\n\n﻿# Git提交规范\n\n> 创建时间：2023/3/24 15:07\n\n(1) feat：新增功能或页面；\n\n(2) delete：删除功能或文件；\n\n(3) fix：修复bug、解决冲突（尽量避免）；\n\n(4) modify：修改功能；\n\n(5) docs：修改文档；\n\n(6) refactor：代码重构，未新增任何功能和修复任何bug；\n\n(7) build：改变构建流程，新增依赖库、工具等（例如webpack、gulp、npm修改）；\n\n(8) style：仅仅修改了空格、缩进、注释等，不改变代码逻辑的变动；\n\n(9) perf：改善性能和体现的修改；\n\n(10) chore：变更构建流程或辅助工具，非src和test的修改；\n\n(11) test：测试用例的新增、修改；\n\n(12) ci：自动化流程配置修改；\n\n(13) revert：回滚到上一个版本；\n\n————————————————\n\n版权声明：本文为CSDN博主「winne雪」的原创文章，遵循CC 4.0 BY-SA版权协议，转载请附上原文出处链接及本声明。\n\n原文链接：<https://blog.csdn.net/m0_38134431/article/details/115919654>\n"
}
