Skip to content

AI-powered git CLI. Yeet your code to production with smart commits, pipelines, and PRs.

Notifications You must be signed in to change notification settings

samad-scs/yeet-git

Repository files navigation

🚀 yeet

Yeet your code to production.
AI-powered git CLI for smart commits, pipelines, and PRs.

npm License: MIT Node.js AI Powered


⚡ Quick Install

npm install -g yeet-git

Then run the setup wizard:

yeet init

The wizard will guide you through:

  1. 📦 Installing GitHub CLI (if needed)
  2. 🔐 Logging into GitHub
  3. 🔑 Setting up your Gemini API key

🎯 Daily Usage

# Interactive mode (recommended)
yeet

# AI-powered commit
yeet --c

# Commit and push
yeet -cp

# Merge to dev
yeet --to-dev --merge

# Full deploy: dev → staging → main
yeet --to-dev-staging-main --merge

📋 Commands

Command What it does
yeet Interactive wizard
yeet --c AI commit
yeet -cp Commit + Push
yeet --to-dev --merge Merge to dev
yeet --to-X-Y --label Chain + PR
yeet init Setup wizard

🔄 Update to Latest

npm update -g yeet-git

📖 Full Documentation

For advanced usage, pipelines, and configuration:

👉 Read the Docs


Stop writing commit messages. Start shipping.

About

AI-powered git CLI. Yeet your code to production with smart commits, pipelines, and PRs.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published