Skip to main content
DevOpsLabTH.dev

Visualize history with git log --graph

git log --graph draws an ASCII tree of commits. Combined with --all and --decorate it shows every branch in one view.

Sign in to start the lab