What does 'git bisect' help with?

  1. Split repository
  2. Divide branches
  3. Cut files
  4. Find bug-introducing commit

Explanation

Git bisect uses binary search to help find the commit that introduced a bug by testing different commits.