Pretty Git log

pretty git log via David DeSandro

Yesterday, David DeSandro posted a handy little command-line alias to make git logs a bit "prettier".

alias glog="git log --format='%Cgreen%h%Creset%C(cyan)%an%Creset - %s' --graph"

Hat-Tip to Mr. TJ Holowaychuk for the original idea.

Have a comment? Send an email to my public inbox. Please follow proper mail etiquette.