I know that you can fix a git bisect session through git bisect log and git bisect replay , as described in the answers to this question .
However, when I ruined the bisect session, this is probably just one wrong decision, and I would like to be able to fix it directly (i.e., not interrupt it all).
For example, I can imagine that one could just do rm .git/refs/bisect/good-<hash> to undo the erroneous git bisect good .
Is this correct, or am I missing something?
And, is it possible to do a similar manipulation for the erroneous git bisect bad ?
source share