https://github.com/numandev1/git-recover
Recover (git add) files that we lost accidentally
https://github.com/numandev1/git-recover
git hard lost-files recover recovery reset reset-hard
Last synced: about 2 months ago
JSON representation
Recover (git add) files that we lost accidentally
- Host: GitHub
- URL: https://github.com/numandev1/git-recover
- Owner: numandev1
- Created: 2021-09-16T17:15:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T07:50:25.000Z (over 4 years ago)
- Last Synced: 2025-10-13T05:49:34.629Z (8 months ago)
- Topics: git, hard, lost-files, recover, recovery, reset, reset-hard
- Language: TypeScript
- Homepage:
- Size: 1.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Git Recover
Recover (git add) files which we lost accidently
### Why we need this
sometimes, we do
```sh
git add .
```
but mistakenly, we revert changes by `git reset --hard` etc then we need this **CLI** to recovery lost files
## Usage
```sh
npx git-recover
```
then promp will appear where we have to give the path of recovery directory where lost files will recover
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):