【发布时间】:2020-09-26 03:48:10
【问题描述】:
我的 git 远程仓库如下所示:
$ git remote -v
origin https://github.com/jiangxiaoqiang/dolphin-scripts.git (fetch)
origin https://github.com/jiangxiaoqiang/dolphin-scripts.git (push)
origin https://gitee.com/jiangxiaoqiang/dolphin-scripts.git (push)
现在我想默认从 gitee 获取,如何将获取 url 更改为 gitee?
【问题讨论】:
-
看看这个tutorial
标签: git git-remote git-fetch