An interactive Git CLI for commonly annoying git workflows.
- Checkout
- Delete (multiselect)
npm i -g @jawang94/git.in
- 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