Merge pull request #16 from hsgui/master

upstream without https:// could not work
pull/17/head
Baohua Yang 2014-09-24 17:01:16 +08:00
commit 2422e4e19d
1 changed files with 1 additions and 1 deletions

View File

@ -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