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
|
lol = log --graph --decorate --oneline --all
|
||||||
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||||||
st = status --short --branch
|
st = status --short --branch
|
||||||
d = diff --stat
|
d = diff
|
||||||
dn = diff --name-status
|
dn = diff --name-status
|
||||||
ds = diff --stat
|
ds = diff --stat
|
||||||
l = log --graph --decorate --oneline --all
|
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
|
ll = log --graph --decorate --pretty=format:'%C(yellow)%h %Cred%ad %Cgreen%d %Creset%s' --date=short --all
|
||||||
dw = diff -w
|
dw = diff -w
|
||||||
c = commit
|
c = commit
|
||||||
|
ch = checkout
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
|
|
Loading…
Reference in New Issue