feat(git): add diff-clean alias
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
475d9e90e2
commit
345d51b6ab
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue