Skip to content

Commit 425f823

Browse files
committed
Merge pull request schacon#20 from chrisledet/master
Edit Stashing Page with correct command
2 parents 7217a7c + e39e237 commit 425f823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/16_Stashing/0_ Stashing.markdown

Lines changed: 1 addition & 1 deletion
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)