Skip to content

Instantly share code, notes, and snippets.

@prtksxna
Created March 18, 2015 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prtksxna/ffcb52bd9833c679e294 to your computer and use it in GitHub Desktop.
Save prtksxna/ffcb52bd9833c679e294 to your computer and use it in GitHub Desktop.
[alias]
lg = log --color --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
l = !git --no-pager log --color --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -10
blog = log -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment