ok/jj
1
0
Fork 0
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:
Martin von Zweigbergk 2024-01-19 14:45:59 -08:00 committed by Martin von Zweigbergk
parent 0e817f7576
commit fc2b595098

View file

@ -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>