aicommit/README.md

20 lines
291 B
Markdown

## use AI to draft commit messages
aicommit injects a commit message draft written by RayAI before loading your default editor for review.
requires: jq
> aicommit_groq is broken. Don't use.
### use
Change your
```bash
export GIT_EDITOR="<path/to/>aicommit"
```
```bash
git commit
```