Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to revert changes in Pycharm

Tags:

python

pycharm

I know that Pycharm autosaves changes.

I want to know if it's possible to revert changes back to the old file if I give some input time? So is it possible to revert to, say, 8:00AM file?

like image 706
Jun Jang Avatar asked Jun 19 '17 15:06

Jun Jang


1 Answers

You can use local history for this. Right click on the file you want to revert, click Local History, then Show History. It's going to open a window with your current code versus previous version of your code and a side panel with the records stored.

like image 106
Jean Guzman Avatar answered Sep 18 '22 17:09

Jean Guzman