X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-bisect.txt;h=0b8b0ebba758871ac9c79e729664b5057128e9ac;hb=850d3a7c05b4678af21b126ad30bc60510745ef1;hp=539f37df26b735b61325ec77994f95e63ddc3b48;hpb=4c4d3ac746922886ba75d0aa1114c6ad96788c1a;p=git.git diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 539f37df2..0b8b0ebba 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -85,7 +85,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).