git: add aliases for diff staged changes

This commit is contained in:
Fernando Schauenburg 2023-07-20 22:43:19 +02:00
parent 5d0eb2f320
commit a065830fd4

View file

@ -6,7 +6,9 @@
cm = commit --verbose
co = checkout
d = diff
dc = d --cached
ds = !GIT_PAGER=\"delta-wrapper --side-by-side\" git diff
dcs = ds --cached
l = log --graph --pretty=basic
ln = log --graph --pretty=name
ll = log --graph --decorate --stat