Replies: 2 comments 5 replies
-
That kind of conflict, where you have one removed target and one added target, should indicate that the branch was updated by one operation and moved by another. Do you run any
|
Beta Was this translation helpful? Give feedback.
-
Let's take a look at the output from this morning:
That The simplest way of resolving the conflict is probably to make
👍 |
Beta Was this translation helpful? Give feedback.
-
Not sure how, but I managed to get this situation where my remote main has a conflict:
I think I was in
main == main@origin == eac2ea223f23
, and ranjj git fetch
which should have updated bothmain
andmain@origin
toc72ee8c8e807
(eac2ea223f23
is inc72ee8c8e807
's history).Other than the confusion of why this happened, I am now faced with the question - How do I resolve this?
jj co main@origin
simply checks outc72ee8c8e807
with a clean working copy and no conflict markers, andjj branch set main@origin -r c72ee8c8e807
doesn't seem to have any effect. Any suggestions other than nuking the repo?Beta Was this translation helpful? Give feedback.
All reactions