Skip to content

Commit 4ca10aa

Browse files
committed
Merge branch 'tg/deprecate-stash-save'
Doc update. * tg/deprecate-stash-save: doc: prefer 'stash push' over 'stash save'
2 parents 5b5710e + 0d5f844 commit 4ca10aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-stash.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@ create::
175175
return its object name, without storing it anywhere in the ref
176176
namespace.
177177
This is intended to be useful for scripts. It is probably not
178-
the command you want to use; see "save" above.
178+
the command you want to use; see "push" above.
179179

180180
store::
181181

182182
Store a given stash created via 'git stash create' (which is a
183183
dangling merge commit) in the stash ref, updating the stash
184184
reflog. This is intended to be useful for scripts. It is
185-
probably not the command you want to use; see "save" above.
185+
probably not the command you want to use; see "push" above.
186186

187187
DISCUSSION
188188
----------

0 commit comments

Comments
 (0)