cara menghapus properti git config

git config --global --unset core.excludesfile
 or
git config --global --edit
Yurii Velidchenko