Skip to content

Instantly share code, notes, and snippets.

@denisinla
Created July 19, 2013 19:01
Show Gist options
  • Save denisinla/6041541 to your computer and use it in GitHub Desktop.
Save denisinla/6041541 to your computer and use it in GitHub Desktop.
Pretty Git logs
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 --date=relative"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment