Skip to Content
Introduction

Introduction

Yeet-Git is an AI-powered Git CLI designed to automate your development workflow. It deconstructs your code changes, proposes semantic commit messages, and orchestrates pipelines with zero friction.

Why yeet?

Writing commit messages, managing branches, and handling pull requests can be repetitive and time-consuming. yeet handles the heavy lifting so you can focus on writing code.

  • 🚀 Sub-100ms Automation: Built for speed and reliability.
  • 🧠 AI-Powered Logic: Understands your changes and suggests meaningful messages.
  • 🛡️ Conventional Commits: Ensures your history is clean and standard-compliant.
  • 🔄 Zero Config: Works out of the box with your existing Git setup.

Core Pillars

⚡ Guided Orchestration

The interactive wizard (yeet) guides you through the entire commit and push process, making decisions based on your repository’s state.

🧠 Semantic Decomposition

Deep logic analysis for conventional commit messages that actually make sense, not just “fixed bug”.

🔄 Atomic Zen Push

Ensure your local state is perfectly synced with the remote before every push, avoiding merge conflicts before they happen.

Last updated on