mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-25 17:11:12 +00:00
Deployed 5988a00 to prerelease with MkDocs 1.6.0 and mike 2.1.1
This commit is contained in:
parent
87f08fa2ab
commit
0185b51180
@ -5781,7 +5781,7 @@ does not match the <code>jj help</code> output exactly.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="jj-branch"><code>jj branch</code><a class="headerlink" href="#jj-branch" title="Permanent link">¶</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 <COMMAND></code></p>
|
||||
<h6 id="subcommands_1"><strong>Subcommands:</strong><a class="headerlink" href="#subcommands_1" title="Permanent link">¶</a></h6>
|
||||
@ -5818,7 +5818,7 @@ does not match the <code>jj help</code> output exactly.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="jj-branch-forget"><code>jj branch forget</code><a class="headerlink" href="#jj-branch-forget" title="Permanent link">¶</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">¶</a></h6>
|
||||
@ -5846,7 +5846,7 @@ does not match the <code>jj help</code> output exactly.</p>
|
||||
<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 <REVISIONS></code> — Show branches whose local targets are in the given revisions.</p>
|
||||
<p><code>-r</code>, <code>--revisions <REVISIONS></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>
|
||||
@ -5881,7 +5881,7 @@ does not match the <code>jj help</code> output exactly.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="jj-branch-rename"><code>jj branch rename</code><a class="headerlink" href="#jj-branch-rename" title="Permanent link">¶</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 <OLD> <NEW></code></p>
|
||||
<h6 id="arguments_6"><strong>Arguments:</strong><a class="headerlink" href="#arguments_6" title="Permanent link">¶</a></h6>
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user