mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-31 23:25:09 +00:00
Deployed 8e0ac1d to prerelease with MkDocs 1.6.0 and mike 2.1.1
This commit is contained in:
parent
52b47094d8
commit
5c49b6a097
@ -1561,10 +1561,10 @@ current branch commit, even if it isn't entirely accurate.</p>
|
||||
<p>Branches can end up in a conflicted state. When that happens, <code>jj status</code> will
|
||||
include information about the conflicted branches (and instructions for how to
|
||||
mitigate it). <code>jj branch list</code> will have details. <code>jj log</code> will show the branch
|
||||
name with a question mark suffix (e.g. <code>main?</code>) on each of the conflicted
|
||||
branch's potential target revisions. Using the branch name to look up a revision
|
||||
will resolve to all potential targets. That means that <code>jj new main</code> will error
|
||||
out, complaining that the revset resolved to multiple revisions.</p>
|
||||
name with a double question mark suffix (e.g. <code>main??</code>) on each of the
|
||||
conflicted branch's potential target revisions. Using the branch name to look up
|
||||
a revision will resolve to all potential targets. That means that <code>jj new main</code>
|
||||
will error out, complaining that the revset resolved to multiple revisions.</p>
|
||||
<p>Both local branches (e.g. <code>main</code>) and the remote branch (e.g. <code>main@origin</code>) can
|
||||
have conflicts. Both can end up in that state if concurrent operations were run
|
||||
in the repo. The local branch more typically becomes conflicted because it was
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user