From 9cc8c74f93f0fd76fba0820124ca5d7c7f3e548d Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 20 Mar 2019 16:17:47 +0200 Subject: [PATCH] Added git cdiff alias to diff --cached. --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 48d4415..a86056f 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 + cdiff = diff --cached cleaan = clean -fdX cleaaan = clean -fdx dif = diff --color-words -- GitLab