From 3978f21a01cb46711a4d4c10e8ea8c35431d2aa6 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sun, 30 Jul 2023 13:03:50 +0200 Subject: [PATCH] Add git alias 'git l' --- roles/git/templates/gitconfig.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2 index 4eb82f4..2956b75 100644 --- a/roles/git/templates/gitconfig.j2 +++ b/roles/git/templates/gitconfig.j2 @@ -10,6 +10,7 @@ co = checkout cp = cherry-pick st = status + l = log -10 --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue%an <%ae>%Creset' logadog = log --all --decorate --oneline --graph chlog = log --no-merges --oneline --stat @{1}.. df = diff --word-diff=color