git-checkout-interactive 1.0.7

cli to switch between locally checked out branches interactively
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# gci - git checkout interactive

inspired by https://github.com/cookpete/git-checkout-interactive/tree/master, a quick interactive cli select for locally checked out branches


## Usage Example
    gci


## Install
    cargo install git-checkout-interactive

## Release/Publish to crates.io
    cargo bump --git-tag && git push --tags