使用git bisect去定位引入bug的代码

     上周五又使用了一次git bisect去定位一个bad commit,体验很好git $ git bisect start $ git bisect good XXX $ git bisect bad XXX 而后就不停地测试git告诉你的commit,标记为bad or good,直到最后提示第一个引入Bug的commit
相关文章
相关标签/搜索