Belo gráfico de árvore Git terminal

Usando o terminal? Quer ver um bom gráfico de registro com todas as informações relevantes? Digite o seguinte:

git config --global alias.tree 'log --graph --full-history --all --color --date=short --pretty=format:"%Cred%x09%h %Creset%ad%Cblue%d %Creset %s %C(bold)(%an)%Creset"'

Mais tarde, basta executar o comando para ver a árvore:

git tree

Cenário