aicommit/README.md

16 lines
198 B
Markdown

## use AI to draft commit messages
clone this repo and then link the scripts into your path.
requires: jq
### use
Instead of
```bash
git commit -m "your message here"`
```
```bash
aicommit
```