docs: add jj move to Git-comparison table

This commit is contained in:
Martin von Zweigbergk 2022-03-11 08:06:38 -08:00 committed by Martin von Zweigbergk
parent 9a189fea91
commit f86c3b488b

View file

@ -178,6 +178,12 @@ parent.
<td><code>jj squash/amend -i</code></td>
<td><code>git add -p; git commit --amend</code></td>
</tr>
<tr>
<td>Interactively move part of the diff in an arbitrary change to another
arbitrary change</td>
<td><code>jj move -i --from X --to Y</code></td>
<td><code>Not supported</code></td>
</tr>
<tr>
<td>Interactively split a change in two</td>
<td><code>jj split -r &lt;revision&gt;</code></td>