I was trying to squash my commits and went too far back, now all my files have been deleted.
I attempted a git reset HEAD@{0}
but this ended up with a "Unstaged changes after reset:" and a list of the DELETED files. The files had not been restored.
How do I restore the files?
EDITED to note that I also did not commit the most recent changes I had made but I had done a git add .
and I need those changes back