mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +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>
|
||||
<td>Move branch A onto branch B</td>
|
||||
<td>Not supported yet (can be emulated with
|
||||
<code>jj rebase -s</code>)</td>
|
||||
<td><code>jj rebase -b A -d B</code></td>
|
||||
<td><code>git rebase B A</code>
|
||||
(may need to rebase other descendant branches separately)</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue