Skip to content

Instantly share code, notes, and snippets.

@c18s
Created June 28, 2018 17:38
Show Gist options
  • Save c18s/7e9e5af741811e057e507e60af25f66a to your computer and use it in GitHub Desktop.
Save c18s/7e9e5af741811e057e507e60af25f66a to your computer and use it in GitHub Desktop.
A better git log
# make an alias
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
# run
git lg
git lg -p
@c18s
Copy link
Author

c18s commented Jun 28, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment