What does git log –graph –decorate –all show?

Git Hard

Git — Hard

What does git log –graph –decorate –all show?

Key points

  • The command includes branch and tag names for clarity
  • It shows the commit graph for all branches, not just the current one
  • The output is in ASCII art format
  • The command provides a comprehensive view of the repository's history

Ready to go further?

Related questions