如何让 git bisect 忽略合并的分支?
我知道 git bisect 在设计上是分支感知的,所以如果在好的提交 G 和坏的提交 B 之间合并到一个分支中,它也需要考虑这些更改,因为错误可能会发生包含…
我怎样才能知道 git bisect 接下来会尝试什么提交?
在某些情况下,在 git bisect 会话期间,测试特定提交需要很长时间(例如,因为我必须构建完整的发布包并将其部署在特别奇怪的机器上)。事实上,测试…
是否有一个脚本可以为 Perforce (p4) 提供相当于 git-bisect 的功能?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
在二等分之前将工作树更改为特定提交的最佳方法是什么?
启动 git bisect 会话时我通常的工作流程是: git bisect start # start a bisect session git bisect bad # I noticed that the current state is br…
- 共 1 页
- 1