Questions tagged «bisect»

5
如何使用git bisect查找第一个GOOD提交?
我有以下问题: 该版本master工作正常 master(例如last)之前存在错误的最后一个标记的版本 同事需要last针对该特定错误的补丁程序 好的。让我们向朋友询问git bisect修复该错误的修订: git bisect start git bisect bad last git bisect good master 但这是行不通的: 一些好的转速不是坏转速的始祖。 git bisect在这种情况下无法正常工作。 也许您会误认为好转速和差转速? 有什么克服的建议吗?我是否错过了文档中的某些内容?
90 git  bisect 

1
如何停止git bisect?
我前一阵子尝试过git bisect,它对我很有帮助,但是显然我没有停止。当我做git status时,我仍然得到: You are currently bisecting. (use "git bisect reset" to get back to the original branch) 我真的不想重置为任何地方,我只想停止二等分。这实际上只是摆脱此消息的问题。
83 git  bisect 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.