mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-15 19:13: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。
|
||||
* 定期使用项目仓库内容更新自己仓库内容。
|
||||
```
|
||||
$ git remote add upstream github.com/yeasy/docker_practice
|
||||
$ git remote add upstream https://github.com/yeasy/docker_practice
|
||||
$ git fetch upstream
|
||||
$ git checkout master
|
||||
$ git rebase upstream/master
|
||||
|
Loading…
Reference in New Issue
Block a user