Git 提交日记规范化
文章目录
传统的 Git 提交约定形式
|
|
提交的类型:
- feat: Add a new feature 新功能: 添加一个新特性
- fix: Fix a bug 修复: 修复一个 bug
- docs: Documentation changes. 文档: 文档变更
- style: Code style change (semicolon, indentation…). Style: 代码样式更改(分号、缩进…)
- refactor: Refactor code without changing public API. Refactor: 在不更改公共 API 的情况下重构代码
- perf: Update code performances. Perf: 更新代码性能
- test: Add test to an existing feature. 测试: 将测试添加到现有特性中
- chore 杂务: Update something without impacting the user (ex: bump a dependency in : 在不影响用户的情况下更新某些内容(例如: 在package.json).
文章作者 冯柳宾
上次更新 2020-05-18