Update README.md
parent
2ee6b1edfe
commit
2d0b4da76e
|
@ -87,7 +87,7 @@ $ git push
|
|||
* 在 GitHub 網站上提交 pull request。
|
||||
* 定期使用專案倉庫內容更新自己倉庫內容。
|
||||
```
|
||||
$ git remote add upstream https://github.com/yeasy/docker_practice
|
||||
$ git remote add upstream https://github.com/philipz/docker_practice
|
||||
$ git fetch upstream
|
||||
$ git checkout master
|
||||
$ git rebase upstream/master
|
||||
|
|
Loading…
Reference in New Issue