Recovering deleted project in Staged E-git

2

Good evening everyone! Today I tried to use the E-git plugin for a project made in eclipse, following an internet tutorial. I've never had contact with the plugin before. And because of this unprepared I removed all the 'Unstaged Changed' files thinking it would just remove them from the final commit or something. After that all my project was deleted. Is there a way to recover?

    
asked by anonymous 23.04.2016 / 00:54

1 answer

1

Git will not help you this time: what is not "committed" at least once can not be recovered. However, Eclipse can save you: use local history to recover deleted files:

>

I have already recovered deleted files this way with the local history of the IntelliJ idea. It saved me a day's work.

    
19.06.2016 / 08:56