2024-08-06 22:59:29 -04:00
|
|
|
## use AI to draft commit messages
|
|
|
|
|
|
|
|
clone this repo and then link the scripts into your path.
|
|
|
|
|
2024-08-06 23:27:17 -04:00
|
|
|
requires: jq
|
|
|
|
|
2024-08-06 22:59:29 -04:00
|
|
|
### use
|
2024-08-06 23:21:34 -04:00
|
|
|
Instead of
|
|
|
|
|
|
|
|
```bash
|
|
|
|
git commit -m "your message here"`
|
2024-08-06 22:59:29 -04:00
|
|
|
```
|
2024-08-06 23:21:34 -04:00
|
|
|
```bash
|
2024-08-06 22:59:29 -04:00
|
|
|
aicommit
|
|
|
|
```
|