Skip to content

Instantly share code, notes, and snippets.

@dusansimic
Last active December 22, 2018 09:37
Show Gist options
  • Save dusansimic/89d49cc656c0486808f45f309a9167d4 to your computer and use it in GitHub Desktop.
Save dusansimic/89d49cc656c0486808f45f309a9167d4 to your computer and use it in GitHub Desktop.
Pretty git log.
git config --global alias.lg "log --graph --abbrev --decorate --pretty=format:'%h %C(bold blue)%s%C(reset) %C(yellow)%d%C(reset) %C(dim green)%an %C(dim white)%ar%n' --all"
git config --global alias.lgg "log --graph --abbrev --decorate --pretty=format:'%h %C(bold blue)%s%C(reset) %C(yellow)%d%C(reset) %C(dim green)%an %C(dim white)%ar%n%b%n' --all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment