1.0.1 • Published 9 years ago

revert-cli v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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