From e2a5df72ff432a875f92993dea84b1ffac7b150b Mon Sep 17 00:00:00 2001 From: Tunui Franken Date: Fri, 29 Sep 2023 14:10:44 +0200 Subject: [PATCH] Add git diff alias --- roles/git/templates/gitconfig.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2 index b6377a2..418784d 100644 --- a/roles/git/templates/gitconfig.j2 +++ b/roles/git/templates/gitconfig.j2 @@ -14,6 +14,7 @@ ll = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue%an <%ae>%Creset' logadog = log --all --decorate --oneline --graph chlog = log --no-merges --oneline --stat @{1}.. + d = diff ds = diff --staged dw = diff --word-diff=color [diff]