culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command is used to see the differences between the repository state and the files in the working directory?

    Answers

    git status
    git diffCorrect
    git log
    git show

    The git diff command shows the differences between the index and the files in the working directory.