forked from mirrors/jj
docs: mention jj split
for git commit -p
use case
This commit is contained in:
parent
5bd3dca21b
commit
3f23508b5f
1 changed files with 7 additions and 2 deletions
|
@ -252,10 +252,15 @@ parent.
|
|||
<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>
|
||||
<td>Not supported</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Interactively split a change in two</td>
|
||||
<td>Interactively split the changes in the working copy in two</td>
|
||||
<td><code>jj split</code></td>
|
||||
<td><code>git commit -p</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Interactively split an arbitrary change in two</td>
|
||||
<td><code>jj split -r <revision></code></td>
|
||||
<td>Not supported (can be emulated with the "edit" action in
|
||||
<code>git rebase -i</code>)</td>
|
||||
|
|
Loading…
Reference in a new issue