Add diff commit (dcm) git alias

This commit is contained in:
ItsDrike 2022-05-29 01:11:15 +02:00
parent cf04b09bdc
commit 9e49654e5d
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -38,6 +38,7 @@
dc = "diff --cached"
ds = "diff --staged"
dw = "diff --word-diff"
dcm = "!sh -c 'git diff $0~ $0'"
b = "branch"
ba = "branch --all"