Add git diff alias
This commit is contained in:
parent
277b6d90cb
commit
e2a5df72ff
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue