<div class="content">\r
<pre><tt>$ git bisect reset</tt></pre>\r
</div></div>\r
-<p>to get back to the master branch, instead of being in one of the\r
+<p>to get back to the original branch, instead of being in one of the\r
bisection branches ("git bisect start" will do that for you too,\r
actually: it will reset the bisection state, and before it does that\r
it checks that you're not using some old bisection branch).</p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 09-May-2008 05:45:35 UTC\r
+Last updated 13-May-2008 03:29:14 UTC\r
</div>\r
</div>\r
</body>\r
$ git bisect reset
------------------------------------------------
-to get back to the master branch, instead of being in one of the
+to get back to the original branch, instead of being in one of the
bisection branches ("git bisect start" will do that for you too,
actually: it will reset the bisection state, and before it does that
it checks that you're not using some old bisection branch).