From 2d0b4da76ed256fa5ec7aef2bab5dba64334adc3 Mon Sep 17 00:00:00 2001 From: philipz Date: Tue, 18 Nov 2014 14:58:26 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 713527d..9e0dcc1 100644 --- a/README.md +++ b/README.md @@ -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