bobo.yang 316567c83e docs: Update commit message prompt format
- Added markdown codeblock format specification for responses
- Changed format of issue reference to use angle brackets
- Added instruction to only output the commit message codeblock
2025-03-07 10:51:16 +08:00
..
2024-11-14 14:58:53 +08:00
2024-11-14 14:58:53 +08:00
2024-11-14 14:58:53 +08:00
2024-11-14 14:58:53 +08:00

commit

自动生成提交信息并执行Git提交。

用途

  • 生成规范的提交信息
  • 简化Git提交流程
  • 保持提交历史的一致性

使用方法

执行命令: /github.commit [message]

  • message: 可选的用户输入,用于辅助生成提交信息

操作流程

  1. 选择要提交的文件
  2. 生成提交信息
  3. 允许用户编辑提交信息
  4. 执行Git提交

注意事项

  • 确保已选择需要提交的文件
  • 生成的提交信息可能需要进一步修改以符合项目规范