小川恭史 [off-list ref] writes:
As you point,
git stash
without any argument is equivalent to both of
git stash save
git stash push
. The original sentence is correct.
OK.
Note that I was merely reacting to "Correct it." in your
justification for the change, which made it sound like 'save' was
incorrect.
As a part of a move to deprecate 'save' and nudge users towards
'push', the change does make sense. I just wanted to make sure the
change and its motivation are presented with honesty ;-).