git: use --stat for show command
This commit is contained in:
parent
0a369346e7
commit
3b5cca3513
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ cl = clone --filter=blob:none
|
||||||
d = diff --stat -p -C --color-words
|
d = diff --stat -p -C --color-words
|
||||||
dg = diff --stat -p -C
|
dg = diff --stat -p -C
|
||||||
ds = diff --staged --stat -p -C --color-words
|
ds = diff --staged --stat -p -C --color-words
|
||||||
sh = show --color-words
|
sh = show --stat -p -C --color-words
|
||||||
dt = difftool
|
dt = difftool
|
||||||
patch = !git --no-pager diff --no-color
|
patch = !git --no-pager diff --no-color
|
||||||
co = checkout
|
co = checkout
|
||||||
|
|
Loading…
Reference in a new issue