I have a project named mall
I have two remotes and two accounts.
I want to use git push
to push to these two remotes with a different account, Like this:
user.email='[email protected]'
push to [email protected]:a/mall.git
user.email='[email protected]'
push to [email protected]:b/mall.git