Skip to content

Commit 700bedb

Browse files
Geno1024networm
authored andcommitted
[fix] Simplified Chinesify (#318)
1 parent 2ebbf4b commit 700bedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/1-git-server.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

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

2222
include::sections/protocols.asc[]
2323

0 commit comments

Comments
 (0)