We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1224679 + 425f823 commit 86d1d30Copy full SHA for 86d1d30
text/16_Stashing/0_ Stashing.markdown
@@ -7,7 +7,7 @@ state of your work, and after fixing the bug (or, optionally after doing
7
so on a different branch and then coming back), unstash the
8
work-in-progress changes.
9
10
- $ git stash "work in progress for foo feature"
+ $ git stash save "work in progress for foo feature"
11
12
This command will save your changes away to the `stash`, and
13
reset your working tree and the index to match the tip of your
0 commit comments