https://github.com/seralexeev/git-prev
https://github.com/seralexeev/git-prev
cli git nodejs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seralexeev/git-prev
- Owner: seralexeev
- Created: 2017-03-16T09:33:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T00:09:42.000Z (over 4 years ago)
- Last Synced: 2025-03-04T01:37:40.165Z (9 months ago)
- Topics: cli, git, nodejs
- Language: JavaScript
- Size: 95.7 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git prev
Simple and handy tool to easily checkout branches

## 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
```