From 40c0f3cf29b0cb694e41a5e762f966e0b8ceafdb Mon Sep 17 00:00:00 2001 From: levy <897895407@qq.com> Date: Fri, 19 Feb 2016 17:34:14 +0800 Subject: [PATCH] Update workflow-centralized.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git集中式工作流 (#19) git pull --rebase # 【译注】: # 原文用的命令是 git push --rebase origin master # 原因同上 git push --rebase origin master 修正为 git pull --rebase origin master --- git-workflows-and-tutorials/workflow-centralized.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-workflows-and-tutorials/workflow-centralized.md b/git-workflows-and-tutorials/workflow-centralized.md index d0a9fc3..d11abc0 100644 --- a/git-workflows-and-tutorials/workflow-centralized.md +++ b/git-workflows-and-tutorials/workflow-centralized.md @@ -163,7 +163,7 @@ hint: See the 'Note about fast-forwards' in 'git push --help' for details. git pull --rebase # 【译注】: -# 原文用的命令是 git push --rebase origin master +# 原文用的命令是 git pull --rebase origin master # 原因同上 ```