forked from mirrors/jj
Deployed 3c80e34
to prerelease with MkDocs 1.6.0 and mike 2.1.1
This commit is contained in:
parent
d6efa4ad87
commit
6834bb0965
2 changed files with 3 additions and 3 deletions
|
@ -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><NEW></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">¶</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] <NAMES>...</code></p>
|
||||
<h6 id="arguments_7"><strong>Arguments:</strong><a class="headerlink" href="#arguments_7" title="Permanent link">¶</a></h6>
|
||||
<ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue