Skip to content

Instantly share code, notes, and snippets.

@maumorales
maumorales / .gitconfig
Last active October 21, 2019 17:13
Git pretty logging
## from https://egghead.io/lessons/git-make-my-git-log-look-pretty-and-readable
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches