Skip to content

Commit 0d5f844

Browse files
phordgitster
authored andcommitted
doc: prefer 'stash push' over 'stash save'
Although `git stash save` was deprecated recently, some parts of the documentation still refer to it instead of `push`. Signed-off-by: Phil Hord <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c0c0c82 commit 0d5f844

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)