feat(git): diff aliases

This commit is contained in:
thek4n 2024-05-22 11:36:24 +03:00
parent bbfb01c66a
commit 709c5b331b

View File

@ -50,6 +50,7 @@
di = diff
ds = diff --staged
dno = diff --name-only
dw = diff --word-diff=color
co = checkout
ci = commit
ps = "!git push origin $(git rev-parse --abbrev-ref HEAD)"