-m在git remote add中做什么

时间:2018-12-15 06:23:58

标签: git

我希望

git remote add -m <local branch> <origin> <url> 

允许我为

创建一个“快捷方式”
git push <origin> <local branch>/master

通过git push <origin>

  1. git remote add -m <branch name>的作用是什么?
  2. 有什么方法可以发出“别名”命令,即git push <origin> = git push <origin> <local branch>/master吗?

0 个答案:

没有答案