I'm on a separate branch titled redesign-test-fixes
and I run git bisect start
. After that, I test my bug and run git bisect bad
. Terminal prints no output. I then run git bisect good
. Same thing, no output is printed on terminal. It's as if bisect is not running to begin with. Normally I expect terminal to output info about the number of steps left. What's wrong and how can I fix this? Am I in some git state that is not allowing me to run bisect.
The git status responds with:
On branch redesign-test-fixes
nothing to commit, working directory clean
However, if I run git bisect start
the git status responds with:
On branch redesign-test-fixes
You are currently bisecting, started from branch 'redesign-test-fixes'.
(use "git bisect reset" to get back to the original branch)
nothing to commit, working directory clean