What does git log display?

Git Easy

Git — Easy

What does git log display?

Key points

  • Git log shows commit details, not file changes or push/pull operations
  • Commit history includes hashes, authors, and dates
  • Git log is specific to the current branch
  • Other Git commands serve different purposes

Ready to go further?

Related questions