How to recover files after adding and doing git reset --hard?
Here are some points that must consider before answer:
- Raw .git directory
- No initial commit
- .git directory has size of 67.3 MBs
Sequence of git commands that cause damage
- git add .
- git reset --hard
Kindly help me out to recover my project source code files.