I want to remove a filter that added to Git. The command git config --list
shows the filter I added
filter.spabs.clean=expand --initial -t 4
filter.spabs.smudge=expand --initial -t 4
filter.spabs.required
How can I remove it? Where does Git store the filters? I have verified .gitconfig
and I don't have a .git/info/attributes
file.