我在一个名为的单独分支上redesign-test-fixes
,我运行git bisect start
. 之后,我测试我的错误并运行git bisect bad
. 终端不打印输出。然后我运行git bisect good
。同样的事情,终端上没有输出。好像 bisect 一开始就没有运行。通常我希望终端输出有关剩余步数的信息。出了什么问题,我该如何解决?我是否处于某种不允许我运行 bisect 的 git 状态。
git 状态响应:
On branch redesign-test-fixes
nothing to commit, working directory clean
但是,如果我运行git bisect start
git status 响应:
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