Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

netbeans: revert project changes from a special date

I am using Netbeans IDE to write a java program. I did some modifications in my project in last 2 days ago(yesterday). Now I want to undo these changes. I see all files of project files have a history that contains about 2 days archive. I did not used SVN or GIT. Is there any clean way to retrieve my my project to a time about yesterday?

like image 321
sajad Avatar asked Nov 13 '22 00:11

sajad


1 Answers

Try netbeans's Local History to revert your code. Read this article to using Local History to restore deleted files.

like image 102
Sai Ye Yan Naing Aye Avatar answered Dec 26 '22 23:12

Sai Ye Yan Naing Aye