git 项目带分支迁移到另一个 git 仓库

1. 指定迁移 git 仓库地址

git remote add target URL

上面URL是需要迁移的git地址

2. 全部代码推送

git push target --all

你可能感兴趣的:(git)