mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add diff commit (dcm) git alias
This commit is contained in:
parent
cf04b09bdc
commit
9e49654e5d
|
@ -38,6 +38,7 @@
|
||||||
dc = "diff --cached"
|
dc = "diff --cached"
|
||||||
ds = "diff --staged"
|
ds = "diff --staged"
|
||||||
dw = "diff --word-diff"
|
dw = "diff --word-diff"
|
||||||
|
dcm = "!sh -c 'git diff $0~ $0'"
|
||||||
|
|
||||||
b = "branch"
|
b = "branch"
|
||||||
ba = "branch --all"
|
ba = "branch --all"
|
||||||
|
|
Loading…
Reference in a new issue