“lg” a nice tree from the log
git config --global alias.lg "log --graph --date=relative --pretty=tformat:'%C(yellow)%h%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ad)%Creset' --all --max-count=100"
Source : from a coworker
git config --global alias.lg "log --graph --date=relative --pretty=tformat:'%C(yellow)%h%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ad)%Creset' --all --max-count=100"
Source : from a coworker