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 history
    git commits
    git logCorrect
    git show

    The git log command shows the history of commits in the repository, including information such as author, date, and commit message. It lets you see how the project has evolved over time.