0.0.2 • Published 9 years ago
del-git-index v0.0.2
del-git-index 
Safely delete index.lock of the current project
Install
$ npm install -g del-git-indexUsage
$ git-index --help
Usage:
$ git-index Deletes index.lock of the current project
Options:
-h, --help Show help options
-v, --version Show versionWhy
Accidentally deleted the entire git history by running rm -rf .git instead of running rm -rf .git/index.lock. So I don't have to worry anymore with pressing enter key by mistake.
Demo

License
MIT © Bu Kinoshita