運行git bisect每個平分後,產生這樣的輸出: Bisecting: 22 revisions left to test after this (roughly 5 steps)
[123fedacc728b985d4f8d010e2a69dcbdcbf3e8e] use binascii module for hex/binary conversions
我可以使其使用部分提交名稱前
我知道topic-branch-7的提示有一個bug,我知道master的提示沒有bug。我想知道哪些bug是在topic-branch-7中引入的。所以我運行以下: git checkout topic-branch-7
# some testing to verify the bug
git bisect start bad # start a git bisect and mark th