Log git dengan pohon cabang

# With commit messages
git log --graph

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