I was learning git and I had accdentally deleted unstaged files using git clean -xdf
. I want to get them back
I tried git fsck --full --unreachable --no-reflog
and now I have the dangling blob of it which looks like 3x1xd7x4090xd9x350x490d8xd76743x670xd0c5
How do I get the files back?