We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14beee0 + 3f05402 commit 2ae2362Copy full SHA for 2ae2362
Documentation/git-bisect.txt
@@ -18,8 +18,8 @@ on the subcommand:
18
19
git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
20
[--no-checkout] [<bad> [<good>...]] [--] [<paths>...]
21
- git bisect (bad|new) [<rev>]
22
- git bisect (good|old) [<rev>...]
+ git bisect (bad|new|<term-new>) [<rev>]
+ git bisect (good|old|<term-old>) [<rev>...]
23
git bisect terms [--term-good | --term-bad]
24
git bisect skip [(<rev>|<range>)...]
25
git bisect reset [<commit>]
0 commit comments