mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-19 19:08:08 +00:00
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>
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue