From a63295a095562afac161f016b8f8f7ef89f2a3e6 Mon Sep 17 00:00:00 2001 From: xesc Date: Tue, 8 Jul 2025 19:26:43 +0200 Subject: [PATCH] add 'dh' (diff head) alias --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 6b5b103..b97077d 100644 --- a/config +++ b/config @@ -39,6 +39,7 @@ d = diff dc = diff --cached ds = dc + dh = diff HEAD s = status stat = status l = log --graph --branches