Skip to content

Commit 560bd81

Browse files
ChuckieChen945networm
authored andcommitted
磁碟-->磁盘
1 parent 6649566 commit 560bd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch04-git-server.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
如果你对架设自己的服务器没兴趣,可以跳到本章最后一节去看看如何申请一个代码托管服务的帐户然后继续下一章,我们会在那里讨论分散式源码控制环境的林林总总。
1818

1919
一个远程仓库通常只是一个裸仓库(_bare repository_)— 即一个没有当前工作目录的仓库。
20-
因为该仓库仅仅作为合作媒介,不需要从磁碟检查快照;存放的只有 Git 的资料。
20+
因为该仓库仅仅作为合作媒介,不需要从磁盘检查快照;存放的只有 Git 的资料。
2121
简单的说,裸仓库就是你工程目录内的 `.git` 子目录内容,不包含其他资料。
2222

2323
include::book/04-git-server/sections/protocols.asc[]

0 commit comments

Comments
 (0)