0.0.2 • Published 7 years ago

del-git-index v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

del-git-index Build Status

Safely delete index.lock of the current project

Install

$ npm install -g del-git-index

Usage

$ git-index --help

  Usage:
    $ git-index        Deletes index.lock of the current project

  Options:
    -h, --help         Show help options
    -v, --version      Show version

Why

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

npm.io

License

MIT © Bu Kinoshita