Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joeyism/node-revert-cli

A CLI that allows users to pick the files they want to revert
https://github.com/joeyism/node-revert-cli

Last synced: 5 days ago
JSON representation

A CLI that allows users to pick the files they want to revert

Awesome Lists containing this project

README

        

# revert-cli
A CLI tool that allows you to revert your files to the last git commits

### Install
To install, simply run

> npm install -g revert-cli

### Run
To run, simply run

> revert

You will be prompt for which files you wish to revert back to the last commit. By default, they are all selected. If you wish to deselect/select them, simply press [space]. When you are certain, and you wish to proceed, press [Enter]

### Versions
**1.0.1**
* Updated package.json information for npm

**1.0.0**
* First published version