5 ms·
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
by hadat 2y 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.
- Etheryte 2y agoThese 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 2y agoI 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 2y agoThis doesn't let you include multiple files in a commit, right?