Skip to content

Instantly share code, notes, and snippets.

@arufian
Created December 24, 2014 02:16
Show Gist options
  • Save arufian/4822bedfe533e6527257 to your computer and use it in GitHub Desktop.
Save arufian/4822bedfe533e6527257 to your computer and use it in GitHub Desktop.
Git log pretty
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