v0.1.8 — Now available on npm

AI-Powered Git CLI

for Modern Developers

Ask Git questions in natural language, get smart suggestions with safety analysis, and generate perfect commit messages with GitGuru.

$npm install -g gitguru
terminal — gitguru
$ gg ask "undo last commit"
🤖Suggested: git reset --soft HEAD~1
⚠️CAUTION — Review before executing
$ gg commit --ai
Analyzing staged changes...
Generated: "feat: Add user authentication with OAuth2"
Features

Everything you need

A complete toolkit for mastering Git with AI assistance

Natural Language

Ask Git questions in plain English and get instant, accurate command suggestions.

AI Commit Messages

Generate meaningful, conventional commit messages from your staged changes.

Safety Analysis

Every suggestion includes safety indicators to prevent dangerous operations.

Interactive Learning

Learn Git concepts with AI explanations that adapt to your skill level.

Enhanced Output

Beautiful, syntax-highlighted output with intuitive status displays.

Repo Analysis

Get insights about repository health, patterns, and collaboration metrics.

Quick Start

Up and running in seconds

Install GitGuru globally, add your API key, and start asking questions. It's that simple.

1
Install globally via npm
2
Add your Gemini API key
3
Start using natural language Git
Step 1: Install GitGuru
$ npm install -g gitguru
Step 2: Add your API key
$ gg addkey YOUR_GEMINI_API_KEY
Step 3: Ask your first question
$ gg ask "how do I create a new branch?"

Open Source

Built for the community

npm
Package Registry
MIT
Open Source License
Gemini
AI Model
0.1.8
Latest Release
Commands

Simple, powerful commands

Just prefix with gg and you're ready to go

gg ask

Ask any Git question in natural language

$ gg ask "how to undo last commit"
gg commit

Generate AI-powered commit messages

$ gg commit --ai
gg explain

Get detailed explanations of Git concepts

$ gg explain "rebasing"
gg status

Enhanced status with visual indicators

$ gg status

Ready to try GitGuru?

Install in seconds and start using AI-powered Git commands today.

$npm i -g gitguru
GitGuruAI-Powered Git CLI

Built by Parth Mongia • Powered by Google Gemini AI