Skip to content

jawang94/git.in

Repository files navigation

git.in(teractive)

An interactive Git CLI for commonly annoying git workflows.

Currently supported flows

  1. Checkout
  2. Delete (multiselect)

Install

npm i -g @jawang94/git.in

Usage

- gci = interactively checkout a new branch
- gdi = interactively delete branches (multiselect)
- `gci | gdi` List all local branches
- `gci | gdi -a` List all available branches
- `gci | gdi -r` List remote branches only
- `gci | gdi -h` Shows help message

image