mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 15:28:54 +00:00
upstream without https:// could not work
This commit is contained in:
parent
ae67944ddf
commit
ec4e36bbf4
@ -51,7 +51,7 @@ $ git push
|
|||||||
* 在GitHub网站上提交pull request。
|
* 在GitHub网站上提交pull request。
|
||||||
* 定期使用项目仓库内容更新自己仓库内容。
|
* 定期使用项目仓库内容更新自己仓库内容。
|
||||||
```
|
```
|
||||||
$ git remote add upstream github.com/yeasy/docker_practice
|
$ git remote add upstream https://github.com/yeasy/docker_practice
|
||||||
$ git fetch upstream
|
$ git fetch upstream
|
||||||
$ git checkout master
|
$ git checkout master
|
||||||
$ git rebase upstream/master
|
$ git rebase upstream/master
|
||||||
|
Loading…
Reference in New Issue
Block a user