unset git global config

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