|
|
|
|
|
by martinvonz
497 days ago
|
|
> I still don't understand the way jj handles conflicts. See https://jj-vcs.github.io/jj/latest/conflicts/. > If I rebase and then fix a conflict later, are those conflict markers going to appear in some of the commits on github when I push? We error out if you try to push conflicts because the Git remote would probably not know how to interpret them. We will probably add an option to allow it later because it can be useful to be able to share conflicts with others if you know that they're also using jj. > Maybe I'm in the minority, but I like fixing conflicts as I go. What am I missing? You can still do that. Hopefully the above answers your question. |
|
Honestly, this page doesn't really make a compelling case as to how checking out the commit with a conflict and amending is better than git rebase/whatever --continue. Overall, it's also quite abstract. Concrete examples would be deeply appreciated.