Installation
Installation
Install Git-AIC globally with npm:
npm i -g git-aic
Confirm the CLI is available:
git aic --help
Git-AIC is a terminal tool that generates commit messages from your staged diff using Google Gemini.
Typical flow:
- stage your changes
- run
git aic - review the generated message
- accept, retry, reject, or edit
- let Git-AIC commit for you