Как удалить глобальную конфигурацию GIT

git config --global --unset user.name
git config --global --unset user.email
Unusual Unicorn