大连服务公司 网站wordpress 栏目模板
一行代码就行:
git remote set-url origin [想要关联的远程仓库地址]
 
想要关联哪个就切换哪个
或者不用每次切换,集中管理:
- Git->Manage Remotes

 - 点击“+”,填入Name和想要关联的远程库地址


 - 每次push时执行命令
 
git push [为刚刚创建的远程Name]
一行代码就行:
git remote set-url origin [想要关联的远程仓库地址]
 
想要关联哪个就切换哪个
或者不用每次切换,集中管理:



git push [为刚刚创建的远程Name]