git: add aliases for diff staged changes
This commit is contained in:
parent
5d0eb2f320
commit
a065830fd4
1 changed files with 2 additions and 0 deletions
|
@ -6,7 +6,9 @@
|
||||||
cm = commit --verbose
|
cm = commit --verbose
|
||||||
co = checkout
|
co = checkout
|
||||||
d = diff
|
d = diff
|
||||||
|
dc = d --cached
|
||||||
ds = !GIT_PAGER=\"delta-wrapper --side-by-side\" git diff
|
ds = !GIT_PAGER=\"delta-wrapper --side-by-side\" git diff
|
||||||
|
dcs = ds --cached
|
||||||
l = log --graph --pretty=basic
|
l = log --graph --pretty=basic
|
||||||
ln = log --graph --pretty=name
|
ln = log --graph --pretty=name
|
||||||
ll = log --graph --decorate --stat
|
ll = log --graph --decorate --stat
|
||||||
|
|
Loading…
Add table
Reference in a new issue