修改Git追蹤的遠端倉庫(remote repository)URL位址的方式如下。
輸入git remote set-url <old_url> <new_url>
可修改追蹤的遠端分支url。<old_url>
為舊的remote repository代稱或url,通常為origin
,<new_url
為新的remote repository url。
$ git remote set-url origin https://github.com/abc123/my_project.git
例如上面將origin
原本追蹤的url改為新的https://github.com/abc123/my_project.git
。
沒有留言:
張貼留言