AI-powered git commit message generator using Google Gemini.
git clone https://github.com/muhammedsamal/commit
cd commit
go install .Set your Gemini API key:
echo 'export GOOGLE_GENAI_API_KEY="your_key_here"' >> ~/.zshrc
source ~/.zshrccommit # Generate commit message for all changes
commit -a # Auto-stage all changes, then generate
commit -s # Staged changes only
commit -i # Interactive: pick from 3 suggestionsGenerated message is automatically copied to clipboard.