#!/usr/bin/env bash
## show branch tree of commit history.
## Source: git-extras

git log --all --graph --decorate --oneline --simplify-by-decoration
