Home > database >  Git / Linux - i've reverted changes which were not staged or commited. Can i do something?
Git / Linux - i've reverted changes which were not staged or commited. Can i do something?

Time:12-01

I just reverted some changes in files. These changes were not staged or commited.

Is there anything I can do?

thanks!

CodePudding user response:

There's not much you can do to recover your changes. If you are using Intelli as your IDE there is a "local history" you can access be right clicking on a file in the project view.

  • Related