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='a@g.com'   push to  git@github.com:a/mall.git
user.email='b@g.com'   push to  git@github.com:b/mall.git
 
    