git 一份代码上传到多个仓库

第二个仓库地址

// xxx 随意写 
git remote add xxx  [email protected]:cccc/cccc-test.git
// 把代码push到xxx的masetr分支上
git push -u xxx masetr

你可能感兴趣的:(git 一份代码上传到多个仓库)