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 commit history?

    Answers

    git status
    git logCorrect
    git history
    git show

    The git log command lets you see the full history of commits in the repository.