git config --global user.name and git config --global user.email
At First I executed above commands from my terminal.I have pushed few codes on my GitHub Now I'm switching to a different PC/laptop and I want to remove the access on my terminal completely so that if someone is using my system then they shouldn't get to know my git config details. What is the command to remove config details ?