mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
docs: mention jj rebase -b
in git-comparison doc
I forgot to update the document in 30f5471fc3
.
This commit is contained in:
parent
bb99ab72d9
commit
45830a0203
1 changed files with 1 additions and 2 deletions
|
@ -199,8 +199,7 @@ parent.
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Move branch A onto branch B</td>
|
<td>Move branch A onto branch B</td>
|
||||||
<td>Not supported yet (can be emulated with
|
<td><code>jj rebase -b A -d B</code></td>
|
||||||
<code>jj rebase -s</code>)</td>
|
|
||||||
<td><code>git rebase B A</code>
|
<td><code>git rebase B A</code>
|
||||||
(may need to rebase other descendant branches separately)</td>
|
(may need to rebase other descendant branches separately)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue