I'm on Windows 10, new to git. Lost my project before committing. I used git commands in this order (project name is DeltaSearch located in c:/git/dev/utils/DeltaSearch with c:/git/dev being the repository root).
git add DeltaSearch/*
added too many files , then tried to start over
git rm Deltasearch/* -r -f
Entire project was deleted from the SSD. I've tried:
git reset -HEAD
It's still gone. Also tried:
git stash
git stash drop
Still gone. Afraid to try any other commands unless someone knows if this is fixable. Thank you.