AI-powered git CLI. Yeet your code to production with smart commits, pipelines, and PRs.
npm install yeet-gitbash
npm install -g yeet-git
`
Then run the setup wizard:
`bash
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
`bash
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
`bash
npm update -g yeet-git
``
Stop writing commit messages. Start shipping.