culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command lets you see the current status of your work?

    Answers

    git statusCorrect
    git show
    git log
    git diff

    git status shows a summary of the current state of work in the repository.