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

https://github.com/zaboco/git-interactive-checkout

Checkout git branches interactively
https://github.com/zaboco/git-interactive-checkout

checkout fuzzy-search git tools

Last synced: about 1 month ago
JSON representation

Checkout git branches interactively

Awesome Lists containing this project

README

          

# Git Interactive Checkout

Checkout git branches interactively

## Usage

Install the package globally:
```sh
npm install -g git-interactive-checkout
```

Inside a git project, run the CLI app:
```sh
git-interactive-checkout
```

Or the shorthand:
```sh
gic
```

## Related

You might also find it useful to have some [git aliases](https://github.com/zaboco/git-alias
) installed.