Skip to content

Commit bc06173

Browse files
committed
修正符号
1 parent 1df9813 commit bc06173

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
@@ -16,7 +16,7 @@
1616

1717
如果你对架设自己的服务器没兴趣,可以跳到本章最后一节去看看如何申请一个代码托管服务的帐户然后继续下一章,我们会在那里讨论分散式源码控制环境的林林总总。
1818

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

0 commit comments

Comments
 (0)