git: add alias dw= diff without spaces

This commit is contained in:
masterzu 2017-05-23 14:21:42 +02:00
parent f5d7632362
commit 6f91486e0b
1 changed files with 1 additions and 0 deletions

View File

@ -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