Skip to content

Commit e3dad9d

Browse files
committed
boom
1 parent 88d452d commit e3dad9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4_stashing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>Stashing</h2>
3535
so on a different branch and then coming back), unstash the
3636
work-in-progress changes.</p>
3737

38-
<pre><code>$ git stash "work in progress for foo feature"
38+
<pre><code>$ git stash save "work in progress for foo feature"
3939
</code></pre>
4040

4141
<p>This command will save your changes away to the <code>stash</code>, and

0 commit comments

Comments
 (0)