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]