summaryrefslogtreecommitdiffstats
path: root/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-13 03:29:34 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-13 03:29:34 +0000
commit58276ec2a70778d0e75fcd45a2a50ad531bd1317 (patch)
tree0a7275f7e963d9e2fe06478a92a91ebdd00f3d4f /git-bisect.txt
parent869bb80c07ac9d2a9d37d4ac3355bc4529752f53 (diff)
downloadgit-htmldocs-58276ec2a70778d0e75fcd45a2a50ad531bd1317.tar.gz
Autogenerated HTML docs for v1.5.5.1-214-geafa2
Diffstat (limited to 'git-bisect.txt')
-rw-r--r--git-bisect.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bisect.txt b/git-bisect.txt
index 539f37df2..0b8b0ebba 100644
--- a/git-bisect.txt
+++ b/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).