culTest

    One of the 24 questions in this topic

    How much do you know about Git & GitHub: History Engineering and Automation?

    What is the git bisect command used for?

    Answers

    To split a file in two.
    To find the exact commit that introduced a bug by using binary search.Correct
    To duplicate a branch.
    To compare two repositories.

    It is an extremely efficient advanced debugging tool.