Skip to content

mubbie/gx-cli

Repository files navigation

gx

CI GitHub Release License: MIT

Git Productivity Toolkit. 25 commands for everyday git, stacked PRs, and code insight.

Documentation | Releases

Install

# Homebrew (macOS / Linux)
brew tap mubbie/tap && brew install gx-git

# Go
go install github.com/mubbie/gx-cli@latest

# pip / pipx (Python)
pipx install gx-git

# Or download a binary from GitHub Releases

Commands

gx: Git Productivity Toolkit

Setup:
  init

Everyday:
  undo, redo, oops, switch, context, sweep, shelf

Insight:
  who, recap, drift, conflicts, handoff, view

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

Utility:
  nuke, update

Quick Start

gx context                    # Where am I?
gx switch                     # Pick a branch
gx undo                       # Undo the last git action
gx oops -m "better message"   # Fix the last commit
gx who                        # Who knows this code
gx shelf push "wip"           # Stash with a name

Stacked PRs:

gx stack feature/auth main           # Create a tracked branch
gx stack feature/tests feature/auth  # Stack another on top
gx graph                             # Visualize the stack
gx sync --stack                      # Rebase and push the chain
gx up / gx down                     # Navigate the stack
gx handoff --markdown --copy         # Generate PR summary

See the full documentation for detailed usage, flags, and examples for every command.

Contributing

  1. Fork the repo
  2. Create a feature branch (gx stack feature/my-thing main)
  3. Make your changes
  4. Run go build && go vet ./...
  5. Open a PR

License

MIT

About

Git Productivity Toolkit

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors