Not sure there´s a solution to this:
I accidentally staged a directory with:
git add *
then, upon seeing this, I did (major, major mistake, should have of course unstaged)
git rm -r my_directory
To top it all, I followed up with:
git commit -m ¨horrible commit¨
Now the files are nowhere to be found. Is there a way to recover the files?
Thanks