Git——关联本地分支与远程分支

under 效率  tag Git    Published on July 8th , 2020 at 09:27 am

方法

git branch --set-upstream-to=origin/<branch> release

参数说明

origin/<branch>: 远程仓库origin的分支branch
release:本地分支。

exp

第一次pull报错

解决方案

git pull sportsRectify feature/basic2 --allow-unrelated-histories


本文由simyng创作, 采用知识共享署名4.0 国际许可协议进行许可,转载前请务必署名
  文章最后更新时间为:July 8th , 2020 at 01:27 am