remove confifg from git terminal code example
Example 1: remove a config from git using terminal
git config --global --unset core.excludesfile
Example 2: remove a config from git using terminal
git config --global --edit
git config --global --unset core.excludesfile
git config --global --edit