Skip to content

Commit

Permalink
Deployed 5988a00 to prerelease with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-docs[bot] committed Jun 20, 2024
1 parent 87f08fa commit 0185b51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions prerelease/cli-reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5781,7 +5781,7 @@ <h6 id="options_2"><strong>Options:</strong><a class="headerlink" href="#options
</li>
</ul>
<h2 id="jj-branch"><code>jj branch</code><a class="headerlink" href="#jj-branch" title="Permanent link">&para;</a></h2>
<p>Manage branches.</p>
<p>Manage branches</p>
<p>For information about branches, see https://github.com/martinvonz/jj/blob/main/docs/branches.md.</p>
<p><strong>Usage:</strong> <code>jj branch &lt;COMMAND&gt;</code></p>
<h6 id="subcommands_1"><strong>Subcommands:</strong><a class="headerlink" href="#subcommands_1" title="Permanent link">&para;</a></h6>
Expand Down Expand Up @@ -5818,7 +5818,7 @@ <h6 id="arguments_2"><strong>Arguments:</strong><a class="headerlink" href="#arg
</li>
</ul>
<h2 id="jj-branch-forget"><code>jj branch forget</code><a class="headerlink" href="#jj-branch-forget" title="Permanent link">&para;</a></h2>
<p>Forget everything about a branch, including its local and remote targets.</p>
<p>Forget everything about a branch, including its local and remote targets</p>
<p>A forgotten branch will not impact remotes on future pushes. It will be recreated on future pulls if it still exists in the remote.</p>
<p><strong>Usage:</strong> <code>jj branch forget [NAMES]...</code></p>
<h6 id="arguments_3"><strong>Arguments:</strong><a class="headerlink" href="#arguments_3" title="Permanent link">&para;</a></h6>
Expand Down Expand Up @@ -5846,7 +5846,7 @@ <h6 id="options_4"><strong>Options:</strong><a class="headerlink" href="#options
<li><code>-t</code>, <code>--tracked</code> — Show remote tracked branches only. Omits local Git-tracking branches by default</li>
<li><code>-c</code>, <code>--conflicted</code> — Show conflicted branches only</li>
<li>
<p><code>-r</code>, <code>--revisions &lt;REVISIONS&gt;</code> — Show branches whose local targets are in the given revisions.</p>
<p><code>-r</code>, <code>--revisions &lt;REVISIONS&gt;</code> — Show branches whose local targets are in the given revisions</p>
<p>Note that <code>-r deleted_branch</code> will not work since <code>deleted_branch</code> wouldn't have a local target.</p>
</li>
<li>
Expand Down Expand Up @@ -5881,7 +5881,7 @@ <h6 id="options_5"><strong>Options:</strong><a class="headerlink" href="#options
</li>
</ul>
<h2 id="jj-branch-rename"><code>jj branch rename</code><a class="headerlink" href="#jj-branch-rename" title="Permanent link">&para;</a></h2>
<p>Rename <code>old</code> branch name to <code>new</code> branch name.</p>
<p>Rename <code>old</code> branch name to <code>new</code> branch name</p>
<p>The new branch name points at the same commit as the old branch name.</p>
<p><strong>Usage:</strong> <code>jj branch rename &lt;OLD&gt; &lt;NEW&gt;</code></p>
<h6 id="arguments_6"><strong>Arguments:</strong><a class="headerlink" href="#arguments_6" title="Permanent link">&para;</a></h6>
Expand Down
2 changes: 1 addition & 1 deletion prerelease/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 0185b51

Please sign in to comment.