From 9e49654e5d940fd91a59c00d1f8703c960e216d5 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 29 May 2022 01:11:15 +0200 Subject: [PATCH] Add diff commit (dcm) git alias --- home/.config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/git/config b/home/.config/git/config index 0e2108d..176755b 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -38,6 +38,7 @@ dc = "diff --cached" ds = "diff --staged" dw = "diff --word-diff" + dcm = "!sh -c 'git diff $0~ $0'" b = "branch" ba = "branch --all"