branch
Installation
SKILL.md
Branch - 创建 Git 分支
按照 <type>/<short-english-description> 规范创建新分支。
分支类型
| type | 适用场景 |
|---|---|
feature |
新功能、新模块 |
fix |
修复已知 bug |
hotfix |
线上紧急修复 |
refactor |
重构,不改变外部行为 |
chore |
构建、CI、依赖更新等杂务 |
docs |
文档新增或修改 |
命名约束
Related skills
按照 <type>/<short-english-description> 规范创建新分支。
| type | 适用场景 |
|---|---|
feature |
新功能、新模块 |
fix |
修复已知 bug |
hotfix |
线上紧急修复 |
refactor |
重构,不改变外部行为 |
chore |
构建、CI、依赖更新等杂务 |
docs |
文档新增或修改 |