git强推覆盖其他项目分支

git强推分支,覆盖其他分支;

git强推覆盖其他项目分支_第1张图片

操作:
下载branch-1.3代码;

$ git clone [email protected]:zte-dba-service/branch.git
$ git remote add origin2 [email protected]:zte-service/branch.git
$ git push origin2  master -f

注意,此时需要在gitlab上开启覆盖设置
git强推覆盖其他项目分支_第2张图片

你可能感兴趣的:(git,运维,dba,覆盖,代码仓库,迁移,远程)