Skip to content

Commit - AI-Powered Git Commit Message Generator

Notifications You must be signed in to change notification settings

muhammedsamal/commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commit

AI-powered git commit message generator using Google Gemini.

Installation

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 ~/.zshrc

Usage

commit        # 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 suggestions

Generated message is automatically copied to clipboard.

About

Commit - AI-Powered Git Commit Message Generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages