culTest

    One of the 24 questions in this topic

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

    Which command lets you see who wrote each line of a file and in which commit?

    Answers

    git who
    git blame <file>Correct
    git log --lines
    git track

    Despite its name, it is used to understand the context and reasoning behind a code change.