Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joeyism/node-revert-cli
- Owner: joeyism
- Created: 2015-08-06T21:26:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T01:48:38.000Z (over 9 years ago)
- Last Synced: 2024-10-06T19:17:44.749Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/revert-cli
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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