I have two GitHub accounts and want to push to a repository with one of them, lets call it account A.
But the thing is my Git Bash for Windows always push with the other, the account B.
I believe that happens because the first time I downloaded Git Bash (long time ago) I configured my user to be the account B, but I can't figure out how to switch them.
I unistalled Git Bash and installed again, this time with no credential help feature and even went to Control Panel and excluded the generic credentials regarding GitHub but still, everytime I commit, it is with the B account.
In fact, after I reinstalled and excluded the generic credentials, the Git Bash asked me to enter my Git user and password before pushing, I entered my account A and, surprise surprise, in the end the commit was still made with account B.
I really don't know what to do.