culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which command shows the history of changes?

    Answers

    git history
    git logCorrect
    git status
    git changes

    git log shows a detailed history of the changes and commits made in a repository.