Skip to content

Quick Start

This guide will get you using Autogit in under 5 minutes.

Navigate to any git repository and run:

Terminal window
autogit

You’ll see a terminal UI showing your repository status, staged changes, and commit history.

  • Tab — Switch between panels
  • ↑/↓ — Navigate items
  • ? — Show help
  1. Press 6 to open Smart Issue
  2. Type a description like “add dark mode support”
  3. Autogit generates the issue title, body, branch name, and creates a draft PR
  1. Stage some changes
  2. Press 7 to open Smart Commit
  3. Autogit generates a commit message from your diff
  4. Edit if needed, then confirm
  1. Press 8 to create a Draft PR
  2. Enter a GitHub issue number
  3. 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.