From 6f91486e0be8981cfd29ead6929419b2e97f4266 Mon Sep 17 00:00:00 2001 From: masterzu Date: Tue, 23 May 2017 14:21:42 +0200 Subject: [PATCH] git: add alias dw= diff without spaces --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 784fada..634c1bb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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