Skip to main content
gx is a command-line tool that bundles 25 focused productivity commands into a single binary. Each command solves a specific daily git friction point.

Everyday

undo, oops, switch, context, sweep, shelf

Insight

who, recap, drift, conflicts, handoff, view

Stacking

stack, sync, retarget, graph, up, down, top, bottom, parent

Design Principles

  • Every command does one thing well
  • All destructive commands require confirmation and support --dry-run
  • Colored, human-friendly output
  • Zero configuration required
  • No external services or authentication needed
  • Works in any git repo

Quick Example