gpt4 book ai didi

git 远程服务器移动,如何更新工作副本配置?

转载 作者:太空狗 更新时间:2023-10-29 14:33:29 25 4
gpt4 key购买 nike

这是我目前的设置

 FDMBA:EnglishStudy willentriken$ git remote -v
origin root@devel.phor.net:~/repos/echo.git (fetch)
origin root@devel.phor.net:~/repos/echo.git (push)

但是我们将服务器的主机名从 devel.phor.net 更改为其他名称。我可以“重新指向”我的本地 git 存储库以指向这个新的服务器地址,而不会丢失我拥有的任何本地提交等吗?

最佳答案

是的,只需使用set-url命令

git remote set-url origin root@newhost:repo/echo.git

可以看到结果

git remote -v
origin root@newhost:repo/echo.git (fetch)
origin root@newhost:repo/echo.git (push)

关于git 远程服务器移动,如何更新工作副本配置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13577181/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com