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

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

A simple command for switching branches
https://github.com/humodz/git-interactive-checkout

git

Last synced: 5 months ago
JSON representation

A simple command for switching branches

Awesome Lists containing this project

README

          

# git-interactive-checkout

A simple command for switching branches.

- Supports fuzzy searching
- Displays all branches, including ones not available locally

## Demo

![demo](https://github.com/humodz/git-interactive-checkout/raw/master/demo.gif)

## Installation

```
npm install --global @humodz/git-interactive-checkout
```

## Usage

```
git ico
git interactive-checkout
git-ico
git-interactive-checkout
```

Type to filter, Up/Down to select, Enter to confirm.