Code

Merge branch 'gp/bisect-fix' into maint
[git.git] / Documentation / git-bisect.txt
index 8b9d61a8a4cdfcf9c993ed02a60297eb9d978b9a..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).
@@ -227,4 +227,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
 
 GIT
 ---
-Part of the gitlink:git[7] suite
+Part of the linkgit:git[7] suite