diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2 index 2956b75..f678676 100644 --- a/roles/git/templates/gitconfig.j2 +++ b/roles/git/templates/gitconfig.j2 @@ -11,6 +11,7 @@ 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' + ll = log --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