Gitee中多分支仓库迁移到Gitee另一个仓库中

Gitee中多分支仓库迁移到Gitee另一个仓库中

如果直接进行导入仓库,会让你使用fork,记录一下,简单的gitee多分支仓库迁移方法

cd /Users/zq/Desktop/phd/xxx
git clone --bar https:
cd xxx.git
git push --mirror https://
 cd 
 git clone -b 分支

完成

你可能感兴趣的:(git,github)