Skip to content

Instantly share code, notes, and snippets.

@eakray
Created August 9, 2016 17:33
Show Gist options
  • Select an option

  • Save eakray/f601b2306dbb2b017acd1536b2a03e7c to your computer and use it in GitHub Desktop.

Select an option

Save eakray/f601b2306dbb2b017acd1536b2a03e7c to your computer and use it in GitHub Desktop.
Git Log Formatting
git config --global alias.l "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