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

This commit is contained in:
matt1432 2025-01-24 19:24:35 -05:00
parent 475d9e90e2
commit 345d51b6ab

View file

@ -43,6 +43,8 @@ in {
extraConfig = {
alias = {
diff-clean = "-c delta.side-by-side=false diff";
# https://stackoverflow.com/a/18317425
ignore = "update-index --assume-unchanged";
unignore = "update-index --no-assume-unchanged";