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

https://github.com/alexkuz/git-swap

Interactive, pure-shell menu for switching between git branches
https://github.com/alexkuz/git-swap

bash branch git menu select shell shell-script switch terminal

Last synced: 11 months ago
JSON representation

Interactive, pure-shell menu for switching between git branches

Awesome Lists containing this project

README

          

# git-swap
Interactive, minimal, pure-shell menu for switching between git branches

## Installation

Install with [basher](https://github.com/basherpm/basher):
```
> basher install alexkuz/git-swap
```

Install with [npm](https://www.npmjs.com/):
```
> npm i -g git-swap
```

Install with [yarn](https://github.com/yarnpkg/yarn):
```
> yarn global add git-swap
```

## Usage

```
> git swap [pattern]
```