Skip to content

Commit

Permalink
Minor improve
Browse files Browse the repository at this point in the history
  • Loading branch information
oldsharp committed Apr 3, 2015
1 parent f5fcc2b commit fe9c379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/10-git-internals/1-git-internals.asc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
== Git 内部原理

无论您是从之前的章节直接跳到本章,还是读完了其余章节一直到这——您都将在本章见识到 Git 的内部工作原理和实现方式。
我们发现学习这部分内容对于理解 Git 有多么有用和强大是至关重要的。不过也有人认为这些内容对于初学者而言可能难以理解且过于复杂。
我们发现学习这部分内容对于理解 Git 的用处和强大是至关重要的。不过也有人认为这些内容对于初学者而言可能难以理解且过于复杂。
因此我们把这部分内容放在最后一章,您在学习过程中可以先阅读这部分,也可以晚点阅读这部分,这取决于你自己。

无论如何,既然已经读到了这里,就让我们开始吧。
首先要弄明白一点,从根本上来讲 Git 是一个内容寻址(content-addressable)文件系统,在此之上提供了一个版本控制系统用户界面
首先要弄明白一点,从根本上来讲 Git 是一个内容寻址(content-addressable)文件系统,在此之上提供了一个版本控制系统的用户界面
马上你就会学到这意味着什么。

In the early days of Git (mostly pre 1.5), the user interface was much more complex because it emphasized this filesystem rather than a polished VCS.
Expand Down

0 comments on commit fe9c379

Please sign in to comment.