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 # 原因同上 ```