gci 0.1.0

Interactively checkout the branches on your git repository
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `gci`
A simple command-line tool to checkout git branches interactively
[![Github Release](https://github.com/jiito/git-checkout-interactive-rust/actions/workflows/release.yml/badge.svg)](https://github.com/jiito/git-checkout-interactive-rust/actions/workflows/release.yml)

Authors: [ @jiito ](https://github.com/jiito)

## Install
For now, use `cargo` to install the binary

``` shell
git clone https://github.com/jiito/git-checkout-interactive-rust
cd git-checkout-interactive-rust
cargo install --path .
```