command to setup
git config --global alias.tree "log --date-order --date=short --abbrev-commit --graph --decorate \
--pretty=format:'%x09%C(yellow)%h | %Cred%ad | %Cblue%ae | %Cgreen%d %Creset%s'"
usage is just git tree
with optional params to log
command like i.e. git tree --all
to show all branches