# `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 . ```