culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What does the git status command do?

    Answers

    Shows version history
    Shows the state of changes in the repositoryCorrect
    Copies all files
    Restores deleted files

    The git status command shows the current state of files in the repository and their changes.