2 Commits

Author SHA1 Message Date
6c18e41b00 Add logo to README and new image file
- Added centered logo to `README.md` using `<p>` and `<img>` tags.
- Added new image file `docs/ait.webp`.
2024-08-19 21:03:25 +02:00
3f5c2cec4f Add project time badge to README
- Added a time tracking badge to the top of the README
- Badge source: `https://waka.mpassarello.de/api/badge/MaxP/interval:any/project:Ait?label=Project%20time`
2024-08-19 20:21:18 +02:00
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
![Time](https://waka.mpassarello.de/api/badge/MaxP/interval:any/project:Ait?label=Project%20time)
<p align="center">
<img width="600" src="./docs/ait.webp">
</p>
# AI-Generated Messages from Git Diffs and Logs
This script uses the OpenAI API to generate text based on the outputs of `git diff` and `git log` commands. It can be particularly useful for creating pull request descriptions, commit messages, or any other narrative that requires summarizing changes between different branches or commits in a Git repository.

BIN
docs/ait.webp Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB