Implement git bisect 🔍
Git bisect is a useful tool for locating which commit introduced problematic code.
Git SCM reference link: https://git-scm.com/docs/git-bisect
As a user, I would like GitKraken to allow for a git bisect option from the graph, diff, or wherever else it may make sense.
Comments: 4
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
16 May, '22
Drew SIn particular, the selection of good, bad, and *skip* commits from the graphical tree.
I would like to *see* the progression of bisect too... which commits have been tested already and the result of that test. Including the results from running `git bisect run` from the command line. -
24 Feb, '24
LMaybe a "nice to have" but isn't Git blame good enough for doing this in GK with minimal extra effort (for a fairly rare task)?
-
19 Sep, '25
David Casperat the least, if doing a bisect using the terminal, show the good and bad indicators on the tree
-
08 Nov, '25
David CasperCurrently the good/bad labels ARE being displayed, I don't know when this happened, Wonderful, So please disregard or remove my comment on 19SEP.