danfran
7/26/2015 - 7:16 AM

Display multi branches git tree from command line

Display multi branches git tree from command line

git config --global alias.ll 'log --all --graph --decorate --oneline'

git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit