Skip to content

Instantly share code, notes, and snippets.

@keoghpe
keoghpe / git-hist
Created March 4, 2020 11:01 — forked from isaldin/git-hist
git hist alias
git config --global alias.hist "log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(red)%s %C(bold red){{%an}}%C(reset) %C(blue)%d%C(reset)' --graph --date=short"