Skip to content

Instantly share code, notes, and snippets.

@rdpascua
Created May 6, 2018 14:43
Show Gist options
  • Save rdpascua/d8c2c87ded770e60624ea6778154b78c to your computer and use it in GitHub Desktop.
Save rdpascua/d8c2c87ded770e60624ea6778154b78c to your computer and use it in GitHub Desktop.
Pretty git log
git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment