We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560bd81 commit 34b3f1cCopy full SHA for 34b3f1c
book/04-git-server/sections/protocols.asc
@@ -49,7 +49,7 @@ $ git remote add local_proj /opt/git/project.git
49
我们会在 <<r_git_on_the_server>> 讨论如何导出一个裸版本库。
50
51
这也是快速从别人的工作目录中拉取更新的方法。
52
-如果你和别人一起合作一个项目,他想让你从版本库中拉取更新时,运行类似 `git pull /home/john/project` 的命令比推送到服务再取回简单多了。
+如果你和别人一起合作一个项目,他想让你从版本库中拉取更新时,运行类似 `git pull /home/john/project` 的命令比推送到服务器再取回简单多了。
53
54
===== 缺点
55
0 commit comments