私はというタイトルの別のブランチにいて、redesign-test-fixes
実行していますgit bisect start
。その後、バグをテストして実行しますgit bisect bad
。ターミナルは何も出力しません。次に実行しgit bisect good
ます。同じこと、出力は端末に出力されません。そもそも bisect が実行されていないかのようです。通常、端末が残りのステップ数に関する情報を出力することを期待しています。何が問題で、どうすれば修正できますか? bisect を実行できない git 状態にあるのでしょうか。
git status は次のように応答します。
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