trileminh94
11/22/2018 - 4:30 PM

GitConfig alias for beautiful log

GitConfig alias for beautiful log

 [alias]
  5 lg1 = 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(b    old yellow)%d%C(reset)' --all
  6 lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%    n''%C(white)%s%C(reset) %C(dim white)-     %an%C(reset)' --all
  7 lg3 = log --pretty --graph --all --abbrev-commit --decorate
  8 lg = !"git lg1"