1.0.6 • Published 6 months ago

git-recover-staged v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Introduce

A git extension to recover your staged file after a hard reset: $ git reset --hard && git recover-staged

Install

npm i git-recover-staged -g

Quick usage

$ cd /path/to/your/repo
$ npm i git-recover-staged -g
$ git-recover-staged
> 1 lost file(s)/commit(s) found. Processing...
> Done.
> Find recovered commits at /path/to/your/repo/GIT_RECOVERED_NOT_FOUND

You can now view your files in the ./GIT_RECOVERED_NOT_FOUND directory. Please note that this process does not recover the file names

20250117105152

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago