# gi: interactive shell for git
## Install
```bash
cargo install gi
```
## Usage
```bash
gi switch
```
then interactive shell is shown as below.
```bash
? Select a branch to switch to
> feat/mv
main
origin/main
[↑↓ to move, enter to select, type to filter]
```