From 3f5c2cec4f3f4ac2393362d90598c9412e0ce4fe Mon Sep 17 00:00:00 2001 From: Max P Date: Mon, 19 Aug 2024 20:20:49 +0200 Subject: [PATCH] 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` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53c043e..a9028c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Time](https://waka.mpassarello.de/api/badge/MaxP/interval:any/project:Ait?label=Project%20time) + # 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.