Unset Git Global Config

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