If I have a gitlab account, username: account1 email: email1@outlook.con
the initial setting in terminal:
git config --global user.name account1
git config --global user.email email1@outlook.con
if I have another one gitlab account, username: account2 email: email2@outlook.con
when I change the user info in termal:
git config --global user.name account2
git config --global user.email email2@outlook.con
I push file to gitlab , the "Activity" info still show account1.
and I push file by tortoisegit through https path.
I found that even deleted the SSH KEY in gitlab, can still be to push file by https path.
I need to reset? How can I do?
*I removed the git and re-installed, and found that the user information still exists...