git: add dt difftool alias
This commit is contained in:
parent
43e017cc20
commit
e7b818f639
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ b = branch -va
|
||||||
cl = clone --filter=blob:none
|
cl = clone --filter=blob:none
|
||||||
d = diff --stat -p -C
|
d = diff --stat -p -C
|
||||||
ds = diff --staged --stat -p -C
|
ds = diff --staged --stat -p -C
|
||||||
|
dt = difftool
|
||||||
du = !"git --no-pager diff --stat -p -C --color=always"
|
du = !"git --no-pager diff --stat -p -C --color=always"
|
||||||
patch = !git --no-pager diff --no-color
|
patch = !git --no-pager diff --no-color
|
||||||
co = checkout
|
co = checkout
|
||||||
|
|
Loading…
Reference in a new issue