Skip to content

Pretty Print Git History Graph

This can be achieved with the following command:

git log --decorate --oneline --graph

This is sometimes referred to as "git logdog" and is therefore often aliased as such.