What does 'git bisect' help with?

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

Explanation

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