Benefits
- Type gitbro and get three commit message suggestions based on your recent code changes.
- Pick the best suggestion and commit with a more detailed, meaningful message.
- Helps developers avoid missing important changes while writing commit messages.
- Uses Gemini AI for commit suggestions after you add your API key from Google AI Studio.
- Works across Windows, Linux, and macOS builds.
- Currently focused on commit message generation; README and other project suggestions can be added later.
How to Install
Windows
- Download the Windows package.
- Extract the zip file.
- Run install.bat as administrator if PATH update needs permission.
- Get a Gemini API key from https://aistudio.google.com/api-keys and add it on your device.
- Open a Git project, run gitbro, then choose one of the suggested commit messages.
Linux
- Download the Linux package.
- Extract the zip file.
- Run chmod +x install.sh uninstall.sh gitbro.
- Run ./install.sh.
- Get a Gemini API key from https://aistudio.google.com/api-keys and add it on your device.
- Open a Git project, run gitbro, then choose one of the suggested commit messages.
macOS
- Download the macOS package.
- Extract the zip file.
- Run chmod +x install.sh uninstall.sh gitbro-*.
- Run ./install.sh. It detects Intel or Apple Silicon automatically.
- Get a Gemini API key from https://aistudio.google.com/api-keys and add it on your device.
- Open a Git project, run gitbro, then choose one of the suggested commit messages.