Loading... > 转载自:https://blog.csdn.net/weixin_45733659/article/details/106288231 现在有两个仓库: A:有代码的仓库 B:空仓库 1.进入 A 仓库所在的文件夹进行 git 命令操作 2.git remote add youName(随便起) master 例:git remote add origin2 master 3.git remote set-url youName(上面取的名字) B 仓库地址 例:git remote set-url origin2 git@gitee.com:wshoto/marketing.git 注意:红色部分是 git 仓库地址。origin2 是我取的名字 4.git checkout 分支名称(切换到你需要迁移的分支下) 例:git checkout das 5.git pull(拉取最新代码) 6.git push youName(上面取的名字) 例:git push origin2 最后修改:2023 年 10 月 30 日 05 : 35 PM © 来自互联网 赞赏 要多恰饭才能长胖 赞赏作者 支付宝微信