Add git diff alias

This commit is contained in:
Tunui Franken 2023-09-29 14:10:44 +02:00
parent 277b6d90cb
commit e2a5df72ff

View file

@ -14,6 +14,7 @@
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}..
d = diff
ds = diff --staged
dw = diff --word-diff=color
[diff]