forked from mirrors/jj
git-comparison: explain why equivalent of git stash
is not needed
Someone felt that our "Not needed" sounded dismissive. This patch tries to clarify that it's the *command* (not the use case) we consider not needed.
This commit is contained in:
parent
0e817f7576
commit
fc2b595098
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ parent.
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Temporarily put away the current change</td>
|
||||
<td>Not needed</td>
|
||||
<td><code>jj new @-</code> (the old working-copy commit remains as a sibling commit)</td>
|
||||
<td><code>git stash</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue