git bisect:二分定位引入 Bug 的 Commit | Git
本章覆盖:good commit;bad commit;binary search;midpoint;`git bisect start`;mark good / bad;culprit commit;logarithmic search;reproducible test;historical buildability;regression debugging。
本章知识点
- good commit
- bad commit
- binary search
- midpoint
git bisect start- mark good / bad
- culprit commit
- logarithmic search
- reproducible test
- historical buildability
- regression debugging