From ae65a44f822d0b5a6aaa5c1b723a00653ccc7d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 6 Dec 2020 13:05:49 +0100 Subject: [PATCH] Add --color-words to git df --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 776599e..c03c99c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,7 +11,7 @@ [alias] co = checkout - df = diff + df = diff --color-words br = branch ci = commit st = status