culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command shows the differences between the current version and the latest one in the repository?

    Answers

    git show
    git diffCorrect
    git status
    git compare

    git diff shows the differences between the current version and the latest one in the repository.