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'
|
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}..
|
||||||
|
d = diff
|
||||||
ds = diff --staged
|
ds = diff --staged
|
||||||
dw = diff --word-diff=color
|
dw = diff --word-diff=color
|
||||||
[diff]
|
[diff]
|
||||||
|
|
Loading…
Add table
Reference in a new issue