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 f29923f commit c59b6d3Copy full SHA for c59b6d3
book/04-git-server/sections/git-on-a-server.asc
@@ -11,7 +11,7 @@
11
12
在开始架设 Git 服务器前,需要把现有仓库导出为裸仓库——即一个不包含当前工作目录的仓库。
13
这通常是很简单的。
14
-为了通过克隆你的仓库来创建一个新的裸仓库,你需要在克隆命令后加上 `--bare`选项(((git commands, clone, bare)))
+为了通过克隆你的仓库来创建一个新的裸仓库,你需要在克隆命令后加上 `--bare` 选项。(((git commands, clone, bare)))
15
按照惯例,裸仓库目录名以 .git 结尾,就像这样:
16
17
[source,console]
0 commit comments