Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author墨智 <nuysoft@gmail.com>2014-05-15 15:04:01 +0400
committer墨智 <nuysoft@gmail.com>2014-05-15 15:04:01 +0400
commit34feb9963d3cee259d928bda810a53b0f9afa492 (patch)
tree24096e5c8976f36a0257b76337235a82663a85d3
parent1d2257fa091e3aa36dd66d12413fb491c5068573 (diff)
笔误:知识 > 只是
-rw-r--r--zh/remotes/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh/remotes/index.html b/zh/remotes/index.html
index 0b5028c..20fba86 100644
--- a/zh/remotes/index.html
+++ b/zh/remotes/index.html
@@ -12,7 +12,7 @@ layout: zh_reference
<div class="block">
<p>
Git 并不像 Subversion 那样有个中心服务器。
- 目前为止所有的命令都是本地执行的,更新的知识本地的数据库。
+ 目前为止所有的命令都是本地执行的,更新的只是本地的数据库。
要通过 Git 与其他开发者合作,你需要将数据放到一台其他开发者能够连接的服务器上。
Git 实现此流程的方式是将你的数据与另一个仓库同步。在服务器与客户端之间并没有实质的区别 ——
Git 仓库就是 Git 仓库,你可以很容易地在两者之间同步。