Removed unnecessary flag in gitconfig
This commit is contained in:
parent
e31e9c7d2f
commit
bb7eda5892
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue