[Git] git bisect 17 January 2018 #GIT git bisect,可以快速找到壞掉的 commit # step.1 $ git bisect start # step.2 $ git bisect good <commit> # step.3 $ git bisect bad <commit> Ref: 二分法查找 (Binary Search)