From e7b818f639f21390ab6ade94121399a84c552897 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 29 Mar 2022 14:45:38 +0200 Subject: [PATCH] git: add dt difftool alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index f13b88b..25fa5ea 100644 --- a/.gitconfig +++ b/.gitconfig @@ -24,6 +24,7 @@ b = branch -va cl = clone --filter=blob:none d = diff --stat -p -C ds = diff --staged --stat -p -C +dt = difftool du = !"git --no-pager diff --stat -p -C --color=always" patch = !git --no-pager diff --no-color co = checkout