Journal git avec arbre de branche

# With commit messages
git log --graph

# With simple oneliner output per commit
git log --graph --oneline
haakon