Merge branch 'tg/deprecate-stash-save'
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Dec 2017 17:23:41 +0000 (09:23 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Dec 2017 17:23:41 +0000 (09:23 -0800)
Doc update.

* tg/deprecate-stash-save:
doc: prefer 'stash push' over 'stash save'

Documentation/git-stash.txt
index 8be661007d03eaa55ee020883161b4d38c31e8cf..056dfb86612d0c5be0d01f16ac6b126fac80b92c 100644 (file)
@@ -175,14 +175,14 @@ create::
        return its object name, without storing it anywhere in the ref
        namespace.
        This is intended to be useful for scripts.  It is probably not
-       the command you want to use; see "save" above.
+       the command you want to use; see "push" above.
 
 store::
 
        Store a given stash created via 'git stash create' (which is a
        dangling merge commit) in the stash ref, updating the stash
        reflog.  This is intended to be useful for scripts.  It is
-       probably not the command you want to use; see "save" above.
+       probably not the command you want to use; see "push" above.
 
 DISCUSSION
 ----------