We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b5710e + 0d5f844 commit 4ca10aaCopy full SHA for 4ca10aa
Documentation/git-stash.txt
@@ -175,14 +175,14 @@ create::
175
return its object name, without storing it anywhere in the ref
176
namespace.
177
This is intended to be useful for scripts. It is probably not
178
- the command you want to use; see "save" above.
+ the command you want to use; see "push" above.
179
180
store::
181
182
Store a given stash created via 'git stash create' (which is a
183
dangling merge commit) in the stash ref, updating the stash
184
reflog. This is intended to be useful for scripts. It is
185
- probably not the command you want to use; see "save" above.
+ probably not the command you want to use; see "push" above.
186
187
DISCUSSION
188
----------
0 commit comments