culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What does the git diff command do?

    Answers

    Shows the differences between the current work and the last commitCorrect
    Deletes a file
    Saves the file
    Uploads content to the repository

    git diff shows the differences between the files in the working directory and the latest commit.