First of all, this is running on Linux so forget about the Credential Manager from Windows.
By mistake I deployed a Theia IDE Docker container with my own Git credentials saved in it, which should belong to an another user. How do I reset the credentials?
I tried deleting it from /home/theia/.git-credentials but that brought nothing, because it still keeps on using my credentials.
Yes, I did use a command to save my credentials beforehand.
This is not a security issue for me per se, but rather an inconvenance, because my pushes from other users still show my name even though they were changed using
git config --global user.email "example@example.com"
git config --global user.name "[THEIA] Firstname Lastname"