# Git Productivity Toolkit ## Docs - [conflicts](https://gx.mubbie.dev/commands/conflicts.md): Preview merge conflicts before merging, without touching the working tree - [context](https://gx.mubbie.dev/commands/context.md): Repo status at a glance - [drift](https://gx.mubbie.dev/commands/drift.md): Show how far your branch has diverged from the HEAD branch - [graph](https://gx.mubbie.dev/commands/graph.md): Visualize the branch stack tree - [handoff](https://gx.mubbie.dev/commands/handoff.md): Generate a branch summary for PRs, Slack, or standups - [init](https://gx.mubbie.dev/commands/init.md): Initialize gx stacking for this repo - [up / down / top / bottom](https://gx.mubbie.dev/commands/navigate.md): Navigate the branch stack without remembering branch names - [nuke](https://gx.mubbie.dev/commands/nuke.md): Delete branches with confidence. Removes local, remote, and tracking refs. - [oops](https://gx.mubbie.dev/commands/oops.md): Quick-fix the last commit. Amend message, add forgotten files, or both. - [parent](https://gx.mubbie.dev/commands/parent.md): Print the parent branch name (for scripting) - [recap](https://gx.mubbie.dev/commands/recap.md): Show what you (or someone else) did recently - [retarget](https://gx.mubbie.dev/commands/retarget.md): Rebase a branch onto a new base and update stack config - [shelf](https://gx.mubbie.dev/commands/shelf.md): Named stash manager with interactive picker - [stack](https://gx.mubbie.dev/commands/stack.md): Create a new branch on top of a parent branch - [sweep](https://gx.mubbie.dev/commands/sweep.md): Clean up merged branches, prune stale refs, and tidy up - [switch](https://gx.mubbie.dev/commands/switch.md): Branch switcher with search and rich context - [sync](https://gx.mubbie.dev/commands/sync.md): Rebase and push a chain of stacked branches in sequence - [undo / redo](https://gx.mubbie.dev/commands/undo.md): Smart undo. Detects the last git action and reverses it. - [update](https://gx.mubbie.dev/commands/update.md): Update gx to the latest version - [view](https://gx.mubbie.dev/commands/view.md): Show the current stack at a glance - [who](https://gx.mubbie.dev/commands/who.md): Show who knows a file, directory, or repo best - [gx](https://gx.mubbie.dev/index.md): Git Productivity Toolkit - [Installation](https://gx.mubbie.dev/installation.md): How to install gx - [Quick Start](https://gx.mubbie.dev/quickstart.md): Get up and running with gx in 2 minutes - [Stacking Overview](https://gx.mubbie.dev/stacking/overview.md): What stacked branches are and how gx manages them ## OpenAPI Specs - [openapi](https://gx.mubbie.dev/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/mubbie/gx-cli) - [Releases](https://github.com/mubbie/gx-cli/releases)