Code

Merge branch 'gp/bisect-fix' into maint
[git.git] / Documentation / git-bisect.txt
index 96585ae8d9455654b63e83d61e7c34a7aeb94291..0855b98b281c95830850b01a3db59a1ceb8f6eb2 100644 (file)
@@ -78,7 +78,7 @@ Oh, and then after you want to reset to the original head, do a
 $ 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).