We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7217a7c commit e39e237Copy full SHA for e39e237
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