当前位置:   article > 正文

git切换远程仓库_git push 切换远程仓库

git push 切换远程仓库
  1. ScottChen@ScottChen-PC MINGW64 /e/git/UImodules (master)
  2. $ git remote -v
  3. origin http://192.168.1.211/UIGroup/Mymodules.git (fetch)
  4. origin http://192.168.1.211/UIGroup/Mymodules.git (push)
  5. ScottChen@ScottChen-PC MINGW64 /e/git/UImodules (master)
  6. $ git remote set-url origin http://192.168.1.212/UIControl/UIControl.git
  7. ScottChen@ScottChen-PC MINGW64 /e/git/UImodules (master)
  8. $ git remote -v
  9. origin http://192.168.1.212/UIControl/UIControl.git (fetch)
  10. origin http://192.168.1.212/UIControl/UIControl.git (push)
  11. ScottChen@ScottChen-PC MINGW64 /e/git/UImodules (master)
  12. 1、切换远程仓库地址:
  13. 方式一:修改远程仓库地址
  14. git remote set-url origin Url 更换远程仓库地址,Url为新地址。
  15. 方式二:先删除远程仓库地址,然后再添加
  16. git remote rm origin 删除现有远程仓库
  17. git remote add origin url 添加新远程仓库
  18. 2、git remote -v 查看远程仓库的地址

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/511365
推荐阅读
相关标签
  

闽ICP备14008679号