Git-AIC now supports shared repository prompt config.
Git-AIC GitHub ↗

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:

  1. stage your changes
  2. run git aic
  3. review the generated message
  4. accept, retry, reject, or edit
  5. let Git-AIC commit for you