Uncategorised

Commitgen – AI-generated Conventional Commit messages from your staged diff

Hey HN,
Built this because I kept writing lazy commit messages like “fix stuff” and “update”.
commitgen reads your staged git diff and returns a properly formatted
Conventional Commit message (feat/fix/refactor etc) using Gemini.
Written in C++ on the…