Did you know that you can specify a pathspec when using Git bisect, if you know what file/folder is responsible for the bug you are chasing?

https://git-scm.com/docs/git-bisect#_cutting_down_bisection_by_giving_more_parameters_to_bisect_start

(Someone asked this during my Git tutorial at uRos)