Skip to content

Commit

Permalink
git stash save -> git stash push
Browse files Browse the repository at this point in the history
  • Loading branch information
agross committed Oct 21, 2023
1 parent 370afb1 commit 393dcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ <h2>Bisecting</h2>

<section class="image" data-transition="slide-in none">
<h3 style="margin-left: -100px; margin-right: -100px"><code>v1.0</code> works but <code>v1.1</code> contains a regression</h3>
<pre>$ git stash save "whatever you're doing"</pre>
<pre>$ git stash push -m "whatever you're doing"</pre>
<img src="images/bisect/bisect-1.svg"
alt="v1.0 works but commits between v1.0 and v1.1 broke something">
</section>
Expand Down

0 comments on commit 393dcc2

Please sign in to comment.