Skip to content

Instantly share code, notes, and snippets.

@borodiychuk
Created June 29, 2017 21:09
Show Gist options
  • Save borodiychuk/fe1f90af3cf945b37b72f43cb134ada2 to your computer and use it in GitHub Desktop.
Save borodiychuk/fe1f90af3cf945b37b72f43cb134ada2 to your computer and use it in GitHub Desktop.
Friendly git log with `git glog`
[alias]
glog = log --graph --abbrev-commit --decorate --all --format=format:\"%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment