From 87d0730145bee6828763ee9e922f961cbd78a4b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Fri, 8 Jan 2021 16:13:28 +0100 Subject: [PATCH] Update aliases --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 54452a8..8e68928 100644 --- a/.config/git/config +++ b/.config/git/config @@ -88,7 +88,6 @@ cam = commit --all --message fix = commit --all --fixup - diff = diff --word-diff d = diff --word-diff dc = diff --cached dlc = diff --cached HEAD^ @@ -106,6 +105,7 @@ log = log --graph l = log --graph la = log --graph --all + lap = log --graph --all --patch lp = log --patch ls = log --stat # tag logs -- 2.39.2