git: change alias d = diff; add alias ch = checkout

This commit is contained in:
masterzu 2019-02-06 13:19:38 +01:00
parent 97aac46df0
commit f603426e51
1 changed files with 2 additions and 1 deletions

View File

@ -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