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.
You cannot. git clean -fdx
deletes all files permanently, so unless these files were stored anywhere else they are gone permanently.