git: change alias d = diff; add alias ch = checkout
This commit is contained in:
parent
97aac46df0
commit
f603426e51
|
@ -2,7 +2,7 @@
|
|||
lol = log --graph --decorate --oneline --all
|
||||
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||||
st = status --short --branch
|
||||
d = diff --stat
|
||||
d = diff
|
||||
dn = diff --name-status
|
||||
ds = diff --stat
|
||||
l = log --graph --decorate --oneline --all
|
||||
|
@ -10,6 +10,7 @@
|
|||
ll = log --graph --decorate --pretty=format:'%C(yellow)%h %Cred%ad %Cgreen%d %Creset%s' --date=short --all
|
||||
dw = diff -w
|
||||
c = commit
|
||||
ch = checkout
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
|
Loading…
Reference in New Issue