Skip to content

Instantly share code, notes, and snippets.

@vmunix
Created July 6, 2011 18:25
Show Gist options
  • Save vmunix/1067964 to your computer and use it in GitHub Desktop.
Save vmunix/1067964 to your computer and use it in GitHub Desktop.
git log format
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