Skip to content

Commit 86d1d30

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1224679 + 425f823 commit 86d1d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/16_Stashing/0_ Stashing.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ state of your work, and after fixing the bug (or, optionally after doing
77
so on a different branch and then coming back), unstash the
88
work-in-progress changes.
99

10-
$ git stash "work in progress for foo feature"
10+
$ git stash save "work in progress for foo feature"
1111

1212
This command will save your changes away to the `stash`, and
1313
reset your working tree and the index to match the tip of your

0 commit comments

Comments
 (0)