how to remove github credentials and reset credentials code example
Example: how to reset all github credentials
git config --global --replace-all user.email "[email protected]"
git config --global --replace-all user.email "[email protected]"