gitgit-clean

Git Opposite of git clean -f -d -x command


We have done shelv in intelljIDEA and after that we performed git clean -f -d -x and we lost all the changes. How to retrieve my lost files.


Solution

  • You cannot. git clean -fdx deletes all files permanently, so unless these files were stored anywhere else they are gone permanently.