What does 'git bisect' help with?

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

Explanation

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