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 2ebbf4b commit 700bedbCopy full SHA for 700bedb
book/04-git-server/1-git-server.asc
@@ -17,7 +17,7 @@
17
18
一个远程仓库通常只是一个裸仓库(_bare repository_)— 即一个没有当前工作目录的仓库。
19
因为该仓库仅仅作为合作媒介,不需要从磁碟检查快照;存放的只有 Git 的资料。
20
-简单的说,裸仓库就是你专案目录内的 `.git` 子目录内容,不包含其他资料。
+简单的说,裸仓库就是你工程目录内的 `.git` 子目录内容,不包含其他资料。
21
22
include::sections/protocols.asc[]
23
0 commit comments