forked from mirrors/jj
Docs: Add note about jj edit
to Git comparison
This commit is contained in:
parent
ff4a5aa491
commit
f135e09951
1 changed files with 2 additions and 1 deletions
|
@ -233,7 +233,8 @@ parent.
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Temporarily put away the current change</td>
|
<td>Temporarily put away the current change</td>
|
||||||
<td><code>jj new @-</code> (the old working-copy commit remains as a sibling commit)</td>
|
<td><code>jj new @-</code> (the old working-copy commit remains as a sibling commit)<br />
|
||||||
|
(the old working-copy commit X can be restored with <code>jj edit X</code>)</td>
|
||||||
<td><code>git stash</code></td>
|
<td><code>git stash</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue