Skip to content

Instantly share code, notes, and snippets.

@kkristof
Created February 13, 2014 13:11
Show Gist options
  • Save kkristof/8974803 to your computer and use it in GitHub Desktop.
Save kkristof/8974803 to your computer and use it in GitHub Desktop.
[alias]
lg = log --all --graph --decorate --format=oneline --abbrev-commit
lg0 = log --all --graph --abbrev-commit --format=format:'%C(green)%h%C(reset)%C(yellow)%d%C(reset)%n%C(white)%an%C(reset) %C(bold cyan)%$
lg1 = log --all --graph --abbrev-commit --format=format:'%C(green)%h%C(reset)%C(yellow)%d%C(reset)%n%C(white)%an%C(reset) %C(bold cyan)%$
lg2 = log --all --graph --abbrev-commit --format=format:'%C(green)%h%C(reset)%C(yellow)%d%C(reset)%n%C(white)%an%C(reset) %C(bold cyan)%$
lg3 = log --graph --format=format:'%C(bold magenta)%h%C(reset) %C(bold green)%an%C(reset) %C(bold cyan)%ad%C(reset) %C(bold yellow)(%ar)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment