culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command is used to view the current state of the repository?

    Answers

    git check
    git statusCorrect
    git info
    git state

    The git status command shows the current state of the repository, including modified files, staged files, or untracked files. It is useful for knowing which changes are still pending commit.