aigitcommit
v1.3.2
Published
A CLI that generate git commit messages with openAi
Downloads
1
Readme
Setup
Install aicommits:
npm i -g aigitcommit
Set the key so aicommits can use it:
Retrieve your API key from OpenAI
gitcommit config OPENAI_KEY=<your token>
This will create a
.gitcommit
file in your home directory.
Usage
You can call gitcommit
directly to generate a commit message for your staged changes:
git add <files...>
gitcommit