I removed my .gitconfig by accident. I added new identies by
git add [file]
git remote ... [identity addition]
I am surprised when Git did not make a .gitconfig file which contain my secret tokens to my Home.
Git must have put the secret tokens elsewhere. However, I have not been able to find the location.
The reason for that the data is not at .gitconfig may that I have .gitconfig at my .gitignore -file.
Where does Git save the user's secret tokens for github when they are not at Home's .gitconfig?