Which Git command is used to view changes made by each commit?

  • git log
  • git show
  • git diff
  • git status
The git log command is used to view the commit history of a repository. It displays information about each commit, including the commit message, author, date, and a unique identifier. This helps in understanding the changes made in each commit in chronological order.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *