How to Easily Recover Deleted Files / Folders With PHPStorm / IntelliJ / WebStorm / Etc

7K views Feb 14, 2023

https://codereviewvideos.com/course/phpstorm-shortcuts/video/recover-delete-files-folders-with-phpstorm Today I want to share with you a way in which you can recover deleted files and / or folders inside PHPStorm, even if you did something like an rm -rf *, or git reset HEAD --hard. There is a fantastic piece of functionality built right into PHPStorm called the Local History, which - as the name implies - keeps a local (to your user profile) diff of all changes to your files and folders. The reason I want to share this is two fold. Firstly, knowing about this in advance can save you a lot of time / effort / stress. Secondly, it is genuinely useful.

#Other