git fetch
祈雨的笔记
·
2018-08-16
·
via 祈雨的笔记
添加远程仓库
1 2 3
| git remote -v git remote add Cardinfolink https://github.com/944189562/neuteam.git git remote -v
|
获取远程仓库代码
1 2
| git fetch Cardinfolink git merge Cardinfolink/master
|
同步远程仓库新分支
1 2
| git checkout -b newBranch Cardinfolink/newBranch git push origin newBranch
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。