# Git

# 工具

# 教程

# 讨论

# Commit Message

feat: 添加新特性
fix: 修复 bug
docs: 文档修改
style: 代码格式修改,空格、格式缩进等等,不改变代码逻辑
refactor: 代码重构
perf: 提高性能的代码更改
test: 增加或修改测试用例
chore: 其他修改,改变构建流程、或者增加依赖库、工具等

sub-branches rebase on master, master merges sub-branches.