【发布时间】:2016-12-25 14:58:39
【问题描述】:
我在一个名为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
【问题讨论】:
-
git status说什么? -
On branch redesign-test-fixes nothing to commit, working directory clean
标签: git git-bisect