ok/jj
1
0
Fork 0
forked from mirrors/jj

Deployed 3c80e34 to prerelease with MkDocs 1.6.0 and mike 2.1.1

This commit is contained in:
jj-docs[bot] 2024-06-23 00:45:11 +00:00
parent d6efa4ad87
commit 6834bb0965
2 changed files with 3 additions and 3 deletions

View file

@ -5792,7 +5792,7 @@ does not match the <code>jj help</code> output exactly.</p>
<li><code>list</code> — List branches and their targets</li>
<li><code>move</code> — Move existing branches to target revision</li>
<li><code>rename</code> — Rename <code>old</code> branch name to <code>new</code> branch name</li>
<li><code>set</code>Update an existing branch to point to a certain commit</li>
<li><code>set</code>Create or update a branch to point to a certain commit</li>
<li><code>track</code> — Start tracking given remote branches</li>
<li><code>untrack</code> — Stop tracking given remote branches</li>
</ul>
@ -5890,7 +5890,7 @@ does not match the <code>jj help</code> output exactly.</p>
<li><code>&lt;NEW&gt;</code> — The new name of the branch</li>
</ul>
<h2 id="jj-branch-set"><code>jj branch set</code><a class="headerlink" href="#jj-branch-set" title="Permanent link">&para;</a></h2>
<p>Update an existing branch to point to a certain commit</p>
<p>Create or update a branch to point to a certain commit</p>
<p><strong>Usage:</strong> <code>jj branch set [OPTIONS] &lt;NAMES&gt;...</code></p>
<h6 id="arguments_7"><strong>Arguments:</strong><a class="headerlink" href="#arguments_7" title="Permanent link">&para;</a></h6>
<ul>

File diff suppressed because one or more lines are too long