Skip to content

Instantly share code, notes, and snippets.

@alfredleo
Last active February 19, 2019 13:15
Show Gist options
  • Save alfredleo/9e075ffdcca199348ff2a7d9f3b03cc4 to your computer and use it in GitHub Desktop.
Save alfredleo/9e075ffdcca199348ff2a7d9f3b03cc4 to your computer and use it in GitHub Desktop.
Beautiful 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment