1.3.2 • Published 2 years ago
aigitcommit v1.3.2
Setup
Install aicommits:
npm i -g aigitcommitSet the key so aicommits can use it:
Retrieve your API key from OpenAI
gitcommit config OPENAI_KEY=<your token>This will create a
.gitcommitfile in your home directory.
Usage
You can call gitcommit directly to generate a commit message for your staged changes:
git add <files...>
gitcommit