-
Hi, I'm currently in this scenario where I have two branches,
This worked as expected, but there were a lot of conflicts, so I did the normal conflict resolution flow:
Since I don't care about changes from
This, however, doesn't work because (I cannot directly restore Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can find old state by |
Beta Was this translation helpful? Give feedback.
You can find old state by
jj evolog -r @-
(orjj op log --op-diff
), and use the commit id (not the change id) to restore the files from.