if you've ever wanted a terminal alias to prettify git history, here's your chance:
git log --pretty=format:"%C(yellow)%h%Creset - %C(green)%an%Creset, %ar : %s"
i chose 'glp' for my alias; the colors are customizable.
in use, it'd be like:
glp -G "add" would show global instances of adds
#git
6 months ago