使用 OpenAI ChatGPT 快速生成 git 提交信息的工具。Commit Copilot 可以帮助您自动创建简洁、清晰的 git 提交信息,提高您的工作效率。
首先,通过以下命令全局安装 Commit Copilot:
npm install -g commit-copilot
# npm
npm_config_registry=https://registry.npmjs.org npx commit-copilot
# pnpm
npm_config_registry=https://registry.npmjs.org pnpx commit-copilot
以下是 Commit Copilot 的使用示例:
- 🔨 输入命令运行 Commit Copilot
- 📝 输入提交信息描述
- ✨ 生成格式化的 git 提交信息
您的 API 密钥将被本地存储,我们不会尝试将您的 API 密钥发送至其他地方。