diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-18 17:26:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-18 17:26:48 +0000 |
commit | 7fbf05e2a0725a01d1baabf58d3e9cecca1f28f0 (patch) | |
tree | 2f9150e80e607835ed03604e1883a64f53da607f /doc | |
parent | Adding upstream version 0.15.7. (diff) | |
download | gita-7fbf05e2a0725a01d1baabf58d3e9cecca1f28f0.tar.xz gita-7fbf05e2a0725a01d1baabf58d3e9cecca1f28f0.zip |
Adding upstream version 0.15.8.upstream/0.15.8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README_CN.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/README_CN.md b/doc/README_CN.md index 9666824..592ad6d 100644 --- a/doc/README_CN.md +++ b/doc/README_CN.md @@ -55,7 +55,6 @@ - `gita add -a <repo-parent-path(s)>`: 递归添加路径下的所有库并自动产生层级分组,见 [customization section](#custom) - `gita add -b <bare-repo-path(s)>`: 添加bare库 -- `gita add -m <main-repo-path(s)>`: 添加main库, main库的定义见 [customization section](#custom) - `gita add -r <repo-parent-path(s)>`: 递归添加路径下的所有库 - `gita clone <config-file>`: 克隆`<config-file>` (由`gita freeze`生成)里的库 |