MCQs>IT & Programming>Git>You find a bug in your project, but can't locate where it was introduced in the commit history. How would you diagnose this problem?
Git MCQs
You find a bug in your project, but can't locate where it was introduced in the commit history. How would you diagnose this problem?
Answer
Correct Answer: Use git bisect to compare the buggy commit to an early commit that works as expected.
Explanation:
Note: This Question is unanswered, help us to find answer for this one