I have cloned one of my GitHub repositories with Visual Studio Code and I have made some commits. Visual Studio Code has asked me for my GitHub password when I have done on the first commit.
I have rebooted the computer and now I can make commits as before, but Visual Studio Code does not ask for my password. It seems that the password has been stored. But this computer is not my computer and I do not want that somebody else could use my account.
How can I make Visual Studio Code forget my GitHub password?
I have tried the Git command:
git config --global --unset-all user.email
But Visual Studio Code still lets me commit without asking.