From 277b6d90cbff0a2d98677f86be2affd5a12b8f78 Mon Sep 17 00:00:00 2001 From: Tunui Franken Date: Fri, 29 Sep 2023 14:07:18 +0200 Subject: [PATCH] Add git alias --- roles/git/templates/gitconfig.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2 index f678676..b6377a2 100644 --- a/roles/git/templates/gitconfig.j2 +++ b/roles/git/templates/gitconfig.j2 @@ -14,7 +14,8 @@ 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}.. - df = diff --word-diff=color + ds = diff --staged + dw = diff --word-diff=color [diff] tool = vimdiff [init]