Add git alias

This commit is contained in:
Tunui Franken 2023-09-29 14:07:18 +02:00
parent 3b38b422f2
commit 277b6d90cb

View file

@ -14,7 +14,8 @@
ll = log --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 logadog = log --all --decorate --oneline --graph
chlog = log --no-merges --oneline --stat @{1}.. chlog = log --no-merges --oneline --stat @{1}..
df = diff --word-diff=color ds = diff --staged
dw = diff --word-diff=color
[diff] [diff]
tool = vimdiff tool = vimdiff
[init] [init]