I was trying to remove all untracked files from my Mac machine using the following line
git clean -f -d
After running the above code, all files in my machine got deleted. Is there any ways through which i can revert back all changes?
I have tried "Can I undo a `git clean -fdx`?" but still im unable to recover. if i run git status, it shows all deleted files in red letters though