From e46351e35f340ba63a2149c9bc17173e39b987a1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 17 Jun 2019 18:55:28 +0300
Subject: [PATCH] Git alias for cached word diff.

---
 .config/git/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.config/git/config b/.config/git/config
index 324463b..fe707ae 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -4,6 +4,7 @@
     amend = commit --amend
     autorebase = -c 'core.editor=true' rebase -i --autosquash --autostash
     bull = submodule update --remote --init
+    cdif = diff --cached --color-words
     cdiff = diff --cached
     cleaan = clean -fdX
     cleaaan = clean -fdx
-- 
GitLab