I have weird problem with Git bash. I have two Github accounts, let's say A and B. I set my name and email, like in account A:
git config --global user.name
git config --global user.email
I initialized new repo, did a commit, then push and git bash
asked me about login and password to github. By mistake I put login and password for account B! I logged in successfully, but there is no repository I just initialized.
How can I logout and login to different github account? It's not user.name
nor user.email