From 81e04d6f2178f1b972538c6c578ba51d35af70f0 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 19 Nov 2022 22:24:38 -0500 Subject: [PATCH] * .config/git/config: Add l alias for log. --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index afa03c0..136a339 100644 --- a/.config/git/config +++ b/.config/git/config @@ -23,6 +23,7 @@ a = add s = status sl = status --long + l = log c = checkout cb = checkout -b b = branch -- 2.20.1