From 8da80c81ac8c4ac3b0ea3db3e0494d8525b83873 Mon Sep 17 00:00:00 2001 From: masterzu Date: Thu, 11 May 2017 16:56:24 +0200 Subject: [PATCH] git: change alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index bb19eb4..784fada 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,6 +7,7 @@ ds = diff --stat l = log --graph --decorate --oneline --all s = status --short --branch + ll = log --graph --decorate --pretty=format:'%C(yellow)%h %Cred%ad %Cgreen%d %Creset%s' --date=short --all [color] ui = true