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

https://github.com/seralexeev/git-prev


https://github.com/seralexeev/git-prev

cli git nodejs

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# git prev

Simple and handy tool to easily checkout branches

![demo5](https://cloud.githubusercontent.com/assets/4503354/24570642/38e9a604-1675-11e7-948c-5b59f5f7f18f.gif)

## Usage

```sh
$ git prev
```

## Installation
### yarn
```sh
$ yarn global add git-prev

```
### npm
```sh
$ npm i -g git-prev
```
### post-checkout git hook (optional)
```sh
somerepo/ $ git prev setup
```