Skip to content

Commit c59b6d3

Browse files
ChuckieChen945networm
authored andcommitted
添加遗漏的句号,空格
1 parent f29923f commit c59b6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/git-on-a-server.asc

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

1212
在开始架设 Git 服务器前,需要把现有仓库导出为裸仓库——即一个不包含当前工作目录的仓库。
1313
这通常是很简单的。
14-
为了通过克隆你的仓库来创建一个新的裸仓库,你需要在克隆命令后加上 `--bare`选项(((git commands, clone, bare)))
14+
为了通过克隆你的仓库来创建一个新的裸仓库,你需要在克隆命令后加上 `--bare` 选项。(((git commands, clone, bare)))
1515
按照惯例,裸仓库目录名以 .git 结尾,就像这样:
1616

1717
[source,console]

0 commit comments

Comments
 (0)