An open API service indexing awesome lists of open source software.

https://github.com/jiito/gci

A rust port of the Git Checkout Interactive package
https://github.com/jiito/gci

binary cli developer-tools development-environment git gitcommands rust tools

Last synced: 6 months ago
JSON representation

A rust port of the Git Checkout Interactive package

Awesome Lists containing this project

README

          

# `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) ![Crates.io](https://img.shields.io/crates/v/gci)

**Owner:** ![GitHub followers](https://img.shields.io/github/followers/jiito?label=jiito&style=social)

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

``` shell
cargo install gci
```