top | item 42899401

(no title)

hadat | 1 year ago

The Auto-Commit Bot is a Python-based tool that automatically monitors a directory for changes, generates meaningful commit messages using the Google Gemini API, and commits the changes to a Git repository. It’s perfect for automating repetitive Git tasks and ensuring consistent commit messages.

discuss

order

Etheryte|1 year ago

These are not meaningful commit messages. A meaningful message says why something was done, not what files were changed. You can see what files were changed in every commit without writing it in the commit message.

hadat|1 year ago

I would argue most people don't write meaningful commits also this was done in 2-3 hours so don't expect it to be perfect

KTibow|1 year ago

This doesn't let you include multiple files in a commit, right?