Skip to content

Instantly share code, notes, and snippets.

@p3t3r67x0
Last active December 27, 2016 23:20
Show Gist options
  • Save p3t3r67x0/1f694b711dd97b8344b0 to your computer and use it in GitHub Desktop.
Save p3t3r67x0/1f694b711dd97b8344b0 to your computer and use it in GitHub Desktop.

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