Last Updated: February 25, 2016
·
4.212K
· borgand

Nice terminal Git tree graph

Using terminal? Want to view nice log graph with all the relevant info? Enter following:

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"'

Later just run command to see tree:

git tree

Picture