1.0.6 • Published 8 months ago

git-recover-staged v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago