Skip to content

Instantly share code, notes, and snippets.

@azhtom
Last active January 4, 2016 07:29
Show Gist options
  • Save azhtom/8588647 to your computer and use it in GitHub Desktop.
Save azhtom/8588647 to your computer and use it in GitHub Desktop.
Git Pretty Log
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
# git lg:
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