Hacker News new | ask | show | jobs
by rootnod3 305 days ago
I mean, undo alone is a killer JJ feature. Sure, you can always somehow undo any git operation if you dig deep enough, but the ease of use on the JJ side without question.
1 comments

The oplog is absolutely amazing. Having such a comprehensive safety net means you can have absolutely zero fear from doing absolutely anything to your repo, because you can always return the repo itself back to a known-good state. It's git's reflog on steroids.
Exactly. Even if outside of all that JJ would be an exact Git copy...undo alone is worth using it.