Skip to content

Instantly share code, notes, and snippets.

View vmbaraiya's full-sized avatar
💻

Vikrant Baraiya vmbaraiya

💻
View GitHub Profile
@vmbaraiya
vmbaraiya / gist:2ff02c8a899effa78a9511972131c039
Created October 13, 2020 05:32 — forked from johanmeiring/gist:3002458
"git lg" alias for pretty git log
# From http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"