I faced a sudden issue, I have deleted some of my un revisioned files during commit to my android project but I found all of the modified and newly added files were missing from my commit
(which I was going to make). I can not just remove or pull
again the project from the origin
because it will completely remove the VCS cache of the previous one. How do I get my files back?
I have also checked this questions and answers but this didn't solve my issue. So, I have found a solution otherwise with new Android Studio update.