Как удалить свойство конфигурации GIT
git config --global --unset core.excludesfile
or
git config --global --edit
Yurii Velidchenko
git config --global --unset core.excludesfile
or
git config --global --edit