I accidentally typed the following wrong git command.
git config --global user.mail [email protected] and now I see an extra property when I type git config--list:
user.mail = "[email protected]" How can i get rid of it?
I accidentally typed the following wrong git command.
git config --global user.mail [email protected] and now I see an extra property when I type git config--list:
user.mail = "[email protected]" How can i get rid of it?