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 6649566 commit 560bd81Copy full SHA for 560bd81
ch04-git-server.asc
@@ -17,7 +17,7 @@
17
如果你对架设自己的服务器没兴趣,可以跳到本章最后一节去看看如何申请一个代码托管服务的帐户然后继续下一章,我们会在那里讨论分散式源码控制环境的林林总总。
18
19
一个远程仓库通常只是一个裸仓库(_bare repository_)— 即一个没有当前工作目录的仓库。
20
-因为该仓库仅仅作为合作媒介,不需要从磁碟检查快照;存放的只有 Git 的资料。
+因为该仓库仅仅作为合作媒介,不需要从磁盘检查快照;存放的只有 Git 的资料。
21
简单的说,裸仓库就是你工程目录内的 `.git` 子目录内容,不包含其他资料。
22
23
include::book/04-git-server/sections/protocols.asc[]
0 commit comments