Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stonega/commit-assistant
Personal AI workflow for handling commits.
https://github.com/stonega/commit-assistant
Last synced: 8 days ago
JSON representation
Personal AI workflow for handling commits.
- Host: GitHub
- URL: https://github.com/stonega/commit-assistant
- Owner: stonega
- License: gpl-3.0
- Created: 2024-12-20T04:19:23.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-12-21T18:38:20.000Z (19 days ago)
- Last Synced: 2024-12-21T19:33:52.523Z (19 days ago)
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commit Assistant
This project tracks Git commits and README file versions by saving them to an SQLite database using a post-commit hook.
## Features
- Generate commit message with Gemini.
- Tracks commit metadata (author, timestamp, message, code diff).
- Tracks and saves README file content for every commit.