You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Git bisect good => means you know in i30 it's working
Instead of manually picking each commit and testing, you can use git bisect which would do a binary search on the commits. You can also manually do a binary search. But, git bisect will do this for you.