Skip to content

Instantly share code, notes, and snippets.

@p3t3r67x0
Last active December 27, 2016 23:20
Embed
What would you like to do?

Beautifiul git log

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 --"
git lg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment