Quick Start
This guide will get you using Autogit in under 5 minutes.
Launch Autogit
Section titled “Launch Autogit”Navigate to any git repository and run:
autogitYou’ll see a terminal UI showing your repository status, staged changes, and commit history.
Basic Navigation
Section titled “Basic Navigation”- Tab — Switch between panels
- ↑/↓ — Navigate items
- ? — Show help
Your First Smart Issue
Section titled “Your First Smart Issue”- Press 6 to open Smart Issue
- Type a description like “add dark mode support”
- Autogit generates the issue title, body, branch name, and creates a draft PR
Your First Smart Commit
Section titled “Your First Smart Commit”- Stage some changes
- Press 7 to open Smart Commit
- Autogit generates a commit message from your diff
- Edit if needed, then confirm
Your First Draft PR
Section titled “Your First Draft PR”- Press 8 to create a Draft PR
- Enter a GitHub issue number
- Autogit creates a branch, worktree, switches to it, and opens a draft PR
The worktree gives you an isolated workspace for this issue—useful when running multiple coding agents in parallel.
What’s Next?
Section titled “What’s Next?”- Learn about Smart Issue in detail
- Learn about Smart Commit in detail
- Explore the Workflow Guide for the full development cycle