mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-16 03:23:39 +00:00
Merge pull request #16 from hsgui/master
upstream without https:// could not work
This commit is contained in:
commit
2422e4e19d
@ -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