Answer Posted / Devesh Kumar
Git Bisect is a tool to help find the commit that introduced a bug. Its purpose is to narrow down the commits responsible for the problem by having the user mark a 'good' and 'bad' commit, and then Git Bisect will perform a binary search through the commit history to find the offending commit.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers