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 cca424b + 6028f5f commit b9ccc5eCopy full SHA for b9ccc5e
git-bisect.sh
@@ -4,7 +4,7 @@ USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|
4
LONG_USAGE='git bisect help
5
print this long help message.
6
git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
7
- [--no-checkout] [<bad> [<good>...]] [--] [<pathspec>...]
+ [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
8
reset bisect state and start bisection.
9
git bisect (bad|new) [<rev>]
10
mark <rev> a known-bad revision/
0 commit comments