Netbeans: reverting project changes from a special date

I am using the Netbeans IDE to write a java program. I made some changes to my project the last 2 days ago (yesterday). Now I want to undo these changes. I see that all project file files have a history containing an archive in 2 days. I have not used SVN or GIT. Is there any clean way to get my project before yesterday's time?

+5
source share
3 answers

Try the local netbeans history to return the code. Read this article to use local history to recover deleted files.

+1
source

, Netbean. SCM, GIT.

0

R. ,

Subversion -> Revert Modifications   

Now you can check the following: enter image description here

here you can revert all changes locally with new files at the first option

second option to return to a specific commit

the third option, to return to certain commands, launched

hope help

0
source

All Articles