Video: Git Bisect
Finding bugs in your iOS or Mac project can be difficult. Use a tool provided by git called ‘git bisect’ to help find where a bug started in your application. It does a binary search to find the commit that introduced the bug.
To find out more information visit the git bisect manual page.