Skip to content

Instantly share code, notes, and snippets.

@filmaj
Created September 9, 2016 17:03
Show Gist options
  • Save filmaj/cb9e313e34f048e25f860886bc51a616 to your computer and use it in GitHub Desktop.
Save filmaj/cb9e313e34f048e25f860886bc51a616 to your computer and use it in GitHub Desktop.
a prettier, more compact `git log`
alias.lawg=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