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:
And I have done all the tasks referred from internet but still when I pushing my code it will give error of permission from previous account.
I have done..
`
git config --global user.name
git config --global user.email ````
What can I do...
I am expecting to change my github account locally from company's account...
3