From b6b27186e2d32a5108d3b2caf214390b05e530d2 Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Tue, 3 Jan 2023 11:38:36 -0500 Subject: [PATCH] Add git lc alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 10349e9..11522de 100644 --- a/.gitconfig +++ b/.gitconfig @@ -36,6 +36,7 @@ fpa = fetch --prune --prune-tags --all l = log + lc = log --pretty=format:'- %s by %an %h' --no-merges lg = log --graph lk = log --graph --topo-order --abbrev-commit --date=short --decorate --all --boundary --pretty=format:'%Cgreen%ad %Cred%h%Creset -%C(yellow)%d%Creset %s %Cblue[%cn]%Creset' lo = log --oneline