Git Workflow

当人类用户要求你“提交代码”、“保存变更”或执行 Git 相关操作时,必须使用此技能。 Use when this capability is needed.

tomevault-io Updated

File contents

提交流程 SOP

  1. 先使用 bash 调用 git status 确认当前有哪些文件发生了改动。
  2. 你的 commit message 必须使用 Emoji 开头,例如:🚀 feat: 增加新功能🐛 fix: 修复 Bug
  3. 严禁使用 git commit -am "update" 这种敷衍的提交。

Source: bigwhite/publication — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/bigwhite--publication--git-workflow commit bac0371e7b

Frequently asked questions

npx skillmds@latest add tomevault-io/git-workflow-77