How to merge multiple conflicting revisions? #8998
Unanswered
MarcellGranat
asked this question in
Q&A
Replies: 1 comment
|
Find the first commit You could also restore the contents of the last commit int the first then abandon the rest: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear community,
I am using jj since a few weeks, but I failed to find a way for the following. As I did (yes, I did) a lot of changes in one html file with copilot, I started a new revision each time to be able to abandon them if I need to. Now I have plenty of revisions without desc, and I want to squash them into a single one, which is stopped as jj shows me I have conflicts. How to force it to go with the newest version?
Many thanks in advance 🙏
All reactions