diff --git a/04-work-with-others/010-fork-and-pull.rst b/04-work-with-others/010-fork-and-pull.rst index 88f9936..75397d3 100644 --- a/04-work-with-others/010-fork-and-pull.rst +++ b/04-work-with-others/010-fork-and-pull.rst @@ -99,7 +99,7 @@ GotGit版本库\ [#]_\ 用于维护《Git权威指南》一书的官网和勘误 $ git push -访问GitHub上的派生项目页面,会看到以用户whangsheng在\ ``master``\ 分支\ [#]_\ +访问GitHub上的派生项目页面,会看到以用户wangsheng在\ ``master``\ 分支\ [#]_\ 创建的提交。如图4-4所示。 .. figure:: /images/work-with-others/gotgit-new-commit.png diff --git a/README.md b/README.md index f981d6a..b04f360 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,8 @@ * 通过子模组更新命令克隆子模组版本库(即保存图片的版本库)并检出。 - $ git submodule init - $ git submodule update + $ git submodule init + $ git submodule update ### 编译书稿