
Drop this gist into your ~/.(ba|z)shrc file and you can have this awesome git log at your fingertips, complete with a simple visualization of your repository tree.
alias gl='git log --graph --pretty=format:"%Cred%h%Creset — %s %Cgreen(%cr)%Creset" --abbrev-commit --date=relative'






