git: add alias dw= diff without spaces
This commit is contained in:
parent
f5d7632362
commit
6f91486e0b
|
@ -8,6 +8,7 @@
|
|||
l = log --graph --decorate --oneline --all
|
||||
s = status --short --branch
|
||||
ll = log --graph --decorate --pretty=format:'%C(yellow)%h %Cred%ad %Cgreen%d %Creset%s' --date=short --all
|
||||
dw = diff -w
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
|
Loading…
Reference in New Issue