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