summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-12-06 09:23:41 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-12-06 09:23:41 -0800
commit4ca10aa8cc21178dfb9d4d84afb9a69fbc97634c (patch)
tree75f6b27240a1d7f2a7aa1f8de3644e9563af7e2d /Documentation
parentMerge branch 'rd/doc-notes-prune-fix' (diff)
parentdoc: prefer 'stash push' over 'stash save' (diff)
downloadtgif-4ca10aa8cc21178dfb9d4d84afb9a69fbc97634c.tar.xz
Merge branch 'tg/deprecate-stash-save'
Doc update. * tg/deprecate-stash-save: doc: prefer 'stash push' over 'stash save'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-stash.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt
index 8be661007d..056dfb8661 100644
--- a/Documentation/git-stash.txt
+++ b/Documentation/git-stash.txt
@@ -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
----------