We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec613cd commit 18bc2e1Copy full SHA for 18bc2e1
1 file changed
.agents/skills/docs-git-commit/SKILL.md
@@ -79,10 +79,7 @@ git commit -m "<中文描述>" -- <文件列表>
79
80
`git commit -- <files>` 只提交指定文件,staging area 中其他文件不变。
81
82
-在 commit body 中附加 co-author 信息(根据实际模型选择邮箱):
83
-- DeepSeek: `Co-authored-by: DeepSeek <service@deepseek.com>`
84
-- MiniMax: `Co-authored-by: MiniMax <model@minimax.io>`
85
-- GPT/Codex: `Co-authored-by: GPT <noreply@openai.com>`
+在 commit body 中附加 co-author 信息,参见 `model-co-authors` skill:
86
87
```bash
88
git commit -m "<中文描述>" -m "" -m "Co-authored-by: DeepSeek <service@deepseek.com>" -- <files>
0 commit comments