forked from mirrors/jj
Deployed ddeb10b
to prerelease with MkDocs 1.6.0 and mike 2.1.1
This commit is contained in:
parent
3522a5869a
commit
4c8598a7eb
2 changed files with 3 additions and 3 deletions
|
@ -5809,7 +5809,7 @@ does not match the <code>jj help</code> output exactly.</p>
|
|||
</ul>
|
||||
<h2 id="jj-branch-delete"><code>jj branch delete</code><a class="headerlink" href="#jj-branch-delete" title="Permanent link">¶</a></h2>
|
||||
<p>Delete an existing branch and propagate the deletion to remotes on the next push</p>
|
||||
<p><strong>Usage:</strong> <code>jj branch delete [NAMES]...</code></p>
|
||||
<p><strong>Usage:</strong> <code>jj branch delete <NAMES>...</code></p>
|
||||
<h6 id="arguments_2"><strong>Arguments:</strong><a class="headerlink" href="#arguments_2" title="Permanent link">¶</a></h6>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -5820,7 +5820,7 @@ does not match the <code>jj help</code> output exactly.</p>
|
|||
<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>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>
|
||||
<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>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue