标签: git
我希望
git remote add -m <local branch> <origin> <url>
允许我为
git push <origin> <local branch>/master
通过git push <origin>
git push <origin>
git remote add -m <branch name>
git push <origin> = git push <origin> <local branch>/master