Remix.run Logo
44 minutes ago
[deleted]
spockz 40 minutes ago | parent [-]

This local history has saved my bacon on occasion. E.g. when I went too long without committing and something silly overwrote the file I was working on. Or because I did something silly with git. Then it is nice that there is still an independent backup elsewhere with different failure modes.

exe34 34 minutes ago | parent [-]

Like a branch on the server?

spockz 17 minutes ago | parent [-]

That would still be in git. The local history in IntelliJ works independently of any VCS.

Also I’ve had formatters botch files including changes I hadn’t committed yet. For that the local edit history is also useful.