feat(git): add diff-patch alias
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-25 19:07:03 -05:00
parent 7b64131d04
commit d165dd95a3

View file

@ -44,6 +44,7 @@ in {
extraConfig = {
alias = {
diff-clean = "-c delta.side-by-side=false diff";
diff-patch = "-c delta.side-by-side=false -c delta.keep-plus-minus-markers=true diff";
# https://stackoverflow.com/a/18317425
ignore = "update-index --assume-unchanged";