Removed unnecessary flag in gitconfig

This commit is contained in:
Brian Zalewski 2023-03-18 04:37:09 -04:00
parent e31e9c7d2f
commit bb7eda5892

View file

@ -126,7 +126,7 @@
defaultBranch = master
# templatedir = ~/.config/git/template
[interactive]
diffFilter = delta --color-only --features=interactive
diffFilter = delta --color-only
[merge]
conflictstyle = diff3
ff = only