IS there a way to retrieve back my laravel app files after I typed
git rm -r *
I just want to delete the files that I just deleted in the directory with
git rm data.txt
But all of them. Then I mistakenly typed
git rm -r *
Now most of my app directories are all gone.
these are now what's left