What is the primary use of the git log command?

  • Display commit logs
  • Create a new branch
  • Delete a remote repository
  • Stage changes for commit
The git log command is used to display the commit history of a repository. It shows information such as commit messages, authorship, and timestamps. This is useful for tracking changes and understanding the development timeline of a project.
Add your answer
Loading...

Leave a comment

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