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: 1
-
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.