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`.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||

|
||||
|
||||
<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
BIN
docs/ait.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 306 KiB |
Reference in New Issue
Block a user