从一个Git仓库转移到另外一个仓库

在新的Git上面新建一个分支 比如地址是 https://github.com/liangshuang/vue-music-demo

在项目的终端上: git remote orign-repo-b https://github.com/liangshuang/vue-music-demo

然后push git push origin-repo-b develop 

https://blog.****.net/samxx8/article/details/72329002