Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.13 KB

🚀 Commit Copilot

使用 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 密钥发送至其他地方。

👨‍💻 开发者

📄 许可证

MIT