Add git alias 'git ll'

This commit is contained in:
flyingscorpio@arch-desktop 2023-07-30 13:05:17 +02:00
parent 3978f21a01
commit 15e1cfae71

View file

@ -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