Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mizok/gseek

Search & checkout Git branches like a boss !
https://github.com/mizok/gseek

Last synced: 6 days ago
JSON representation

Search & checkout Git branches like a boss !

Awesome Lists containing this project

README

        

# gseek

Search and checkout git branches like a boss !

## Install

### method 1

```bash
npm i gseek -g
```

### method 2

1. `npm run pack`

2. `cd package`

3. You will found a file there. Now run `npm i -g` to install.

## Usage

a. open a select menu of branches which matches search criteria

```shell
gsk
```

b. open a rawlist menu of branches which matches search criteria

```shell
gsk -r
```