documentation: bisect: remove bits talking about a bisection branch

... because we are now bisecting using a detached HEAD.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Christian Couder 2008-06-14 09:21:36 +02:00 коммит произвёл Junio C Hamano
Родитель 6483925999
Коммит 65e73dba4a
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -85,10 +85,9 @@ Oh, and then after you want to reset to the original head, do a
$ git bisect reset $ git bisect reset
------------------------------------------------ ------------------------------------------------
to get back to the original branch, instead of being in one of the to get back to the original branch, instead of being on the bisection
bisection branches ("git bisect start" will do that for you too, commit ("git bisect start" will do that for you too, actually: it will
actually: it will reset the bisection state, and before it does that reset the bisection state).
it checks that you're not using some old bisection branch).
Bisect visualize Bisect visualize
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~