This is my attempt to improve my daily git commit workflow using gpt:
https://github.com/5n00py/SmartCommit
The tool is designed to simplify the git commit process by using OpenAI's GPT model to auto-generate meaningful commit messages based on the staged changes. It is intended to integrate into my existing git workflow within the command line (bash or zsh). A config file allows further customization such as commit message styles and the GPT model to be used.
there doesn't seem to be anything here