Skip to content

Instantly share code, notes, and snippets.

@angristan
Created October 16, 2018 21:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save angristan/c6f5b19c8e9c48823a3494a0e0d74b86 to your computer and use it in GitHub Desktop.
Save angristan/c6f5b19c8e9c48823a3494a0e0d74b86 to your computer and use it in GitHub Desktop.
git plog
[alias]
plog = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment