Skip to content

Instantly share code, notes, and snippets.

@hugollm
Created April 12, 2017 16:30
Show Gist options
  • Save hugollm/4ccfc0cc838d3adc5d3bbf0b2840206b to your computer and use it in GitHub Desktop.
Save hugollm/4ccfc0cc838d3adc5d3bbf0b2840206b to your computer and use it in GitHub Desktop.
Alias for a good git log, shown as graph
git config --global alias.l "log --graph --abbrev-commit --decorate --format=format:'%C(blue)%h%C(reset) %C(white)%s%C(reset) %C(dim white)- %an [%ar]%C(reset)%C(cyan)%d%C(reset)' --all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment