Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The currently checked out branch has an asterisk ("*") next to it.

How do I visualize branches in a graph?
Code Block
languagebash
$ git log --format=oneline --graph --all

...