How to change the account in git during pulling/pushing?
I am using git bash in my terminal whenever I pull/push. After that it shows on our repo's activity that I PUSHED as different person.
Here's an Example: 'name-of-other-account-here' pushed to branch master
Which is supposed to be:'my-account-here' pushed to branch master
Change your
user/email
ingit config
.