Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git Commit HelperNew to Visual Studio Code? Get it now.
Git Commit Helper

Git Commit Helper

rockyuse

|
24 installs
| (0) | Free
Help generate git commit message with template
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Commit Helper

一个帮助规范化 Git 提交信息的 VSCode 插件。

功能

  • 提供标准化的提交类型选择
  • 强制填写提交标题
  • 支持可选的详细说明
  • 快捷键支持:Ctrl+Alt+C (Windows/Linux) 或 Cmd+Alt+C (Mac)

使用方法

  1. 使用快捷键 Ctrl+Alt+C 或从命令面板中选择 "Create Git Commit"
  2. 从下拉列表中选择提交类型
  3. 输入标题(必填)、详细说明(可选)、关联禅道(可选)、重大更新(可选)等信息
  4. 插件会自动生成规范的提交信息并执行提交

提交类型说明

  • feat: 新功能
  • fix: 修复bug
  • docs: 文档更新
  • style: 代码格式调整
  • refactor: 重构
  • test: 测试相关
  • chore: 构建/工具相关
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft