git bisect start [<bad> [<good>...]] [--] [<paths>...] +git bisect help +git bisect start [<bad> [<good>...]] [--] [<paths>...] git bisect bad [<rev>] git bisect good [<rev>...] git bisect skip [<rev>...] @@ -293,6 +294,9 @@ git bisect run <cmd>...This command uses git-rev-list --bisect option to help drive the binary search process to find which change introduced a bug, given an old "good" commit object name and a later "bad" commit object name.
+Getting help
+Use "git bisect" to get a short usage description, and "git bisect +help" or "git bisect -h" to get a long usage description.
Basic bisect commands: start, bad, good
The way you use it is:
@@ -453,7 +457,7 @@ know the outcome.