forked from mirrors/jj
docs: add jj move
to Git-comparison table
This commit is contained in:
parent
9a189fea91
commit
f86c3b488b
1 changed files with 6 additions and 0 deletions
|
@ -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 <revision></code></td>
|
||||
|
|
Loading…
Reference in a new issue