|
|
1
3
你可以用
git remote rename origin old_origin
git remote add origin git://github.com/my/forked/repo.git
git fetch origin # will create all the remote branches references
# in your local repo
“这个”
|
|
|
2
0
只要改变
此外,您的远程输入可能如下所示:
您可以添加
|
|
|
3
0
总的来说,但我应该把它包括在这个答案中。在这之前,我手动修改了我的.git/config以包含新的存储库url。这就是为什么我不必按照冯的建议重新命名或添加任何原点。 然后我就猜出来了
然后我得到了git的身份
我推动了源代码测试,我想我已经达到目标了。 |
|
cluster1 · 采取独立的新行动的好处是什么? 10 月前 |
|
|
Robert · 使用JSON或哈希时,将NULL替换为NIL 11 月前 |
|
|
Fred Willmore · Rails控制器不呈现任何模板 1 年前 |
|
|
Diogo Amaral · 实现API请求的正确方式 1 年前 |
|
|
Meknassih · 在控制器方法中分配给模型没有任何作用 1 年前 |
|
|
Michael Ding · Rails上的默认会话到期问题 1 年前 |
|
|
Flávio · 基于另外两个生成数组 1 年前 |