Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

sobermh/self_RuanKao_note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

概述

软考的高级系统架构师的资料

提交规范

  1. Feat: 新功能(feature)
  2. Fix: 修补 bug
  3. Docs: 文档(documentation)
  4. Style: 格式(不影响代码运行的变动)
  5. Refactor: 重构(即不是新增功能,也不是修改 bug 的代码变动)
  6. Test: 增加测试
  7. Chore: 构建过程或辅助工具的变动

提交示例

git add . && git commit -m "Feat: add new feature" && git push
git add . && git commit -m "Fix: fix docker compose bug" && git push
git add . && git commit -m "Docs: update README.md" && git push
git add . && git commit -m "Style: format code" && git push
git add . && git commit -m "Refactor: refactor annotation code" && git push
git add . && git commit -m "Test: add test" && git push
git add . && git commit -m "Chore: update docker build process" && git push

About

软考的高级系统架构师的资料

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published