摘要: ``` git bisect start ``` 当前 commit 包含 bug ``` git bisect bad ``` 找到不含 bug 的 commit ``` git bisect good xxx ``` 会自动回滚到中间的 commit 如果还有 bug ``` git bisec 阅读全文
posted @ 2023-07-21 13:59 consolexinhun 阅读(9) 评论(0) 推荐(0) 编辑