diff --git a/.config/git/config b/.config/git/config index b65555f..90897c5 100644 --- a/.config/git/config +++ b/.config/git/config @@ -11,7 +11,6 @@ [diff] tool = difftastic - external = difft [difftool] prompt = false [difftool "difftastic"] @@ -24,12 +23,10 @@ b = branch -vv ci = commit cia = commit -C HEAD --amend - d = diff - dc = diff --cached - ds = diff --stat - dw = diff --word-diff=color - dt = difftool - dtc = difftool --cached + d = difftool + dc = difftool --cached + ds = difftool --stat + dw = difftool --word-diff=color l = log --graph lo = log --graph --decorate --pretty='format:%C(auto)%h <%as>%d %s' --abbrev-commit --all s = status