aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig
index 8090131..66b9899 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -26,8 +26,8 @@
co = checkout
st = status
stsb = status --short --branch
- df = diff
- dfc = diff --cached
+ df = diff --color-words
+ dfc = diff --color-words --cached
dt = difftool
mt = mergetool