Skip to content

Commit e39e237

Browse files
author
Chris Ledet
committed
Edit Stashing - corrected command for saving stash
1 parent 7217a7c commit e39e237

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)