mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-31 23:25:09 +00:00
Deployed 25117d7 to prerelease with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
dd068c7e3b
commit
f25f81080b
@ -1838,8 +1838,8 @@ remote:</p>
|
||||
<p>Log all remote bookmarks that you authored or committed to:</p>
|
||||
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>jj<span class="w"> </span>log<span class="w"> </span>-r<span class="w"> </span><span class="s1">'remote_bookmarks() & (mine() | committer(your@email.com))'</span>
|
||||
</code></pre></div>
|
||||
<p>Log all descendants of the current working copy that aren't on any remote:</p>
|
||||
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>jj<span class="w"> </span>log<span class="w"> </span>-r<span class="w"> </span><span class="s1">'::@ & ~remote_bookmarks()'</span>
|
||||
<p>Log all ancestors of the current working copy that aren't on any remote:</p>
|
||||
<div class="highlight"><pre><span></span><code>$<span class="w"> </span>jj<span class="w"> </span>log<span class="w"> </span>-r<span class="w"> </span><span class="s1">'remote_bookmarks()..@'</span>
|
||||
</code></pre></div>
|
||||
<h2 id="merge-conflicts">Merge conflicts<a class="headerlink" href="#merge-conflicts" title="Permanent link">¶</a></h2>
|
||||
<p>For a detailed overview, how Jujutsu handles conflicts, revisit
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user