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 214138d commit 3392301Copy full SHA for 3392301
book/01-introduction/sections/what-is-git.asc
@@ -8,7 +8,7 @@
8
9
==== 直接记录快照,而非差异比较
10
11
-Git 和其它版本控制系统(包括 Subversion 和近似工具)的主要差别在于 Git 对待数据的方法。
+Git 和其它版本控制系统(包括 Subversion 和近似工具)的主要差别在于 Git 对待数据的方式。
12
从概念上来说,其它大部分系统以文件变更列表的方式存储信息,这类系统(CVS、Subversion、Perforce、Bazaar 等等)
13
将它们存储的信息看作是一组基本文件和每个文件随时间逐步累积的差异
14
(它们通常称作 *基于差异(delta-based)* 的版本控制)。
0 commit comments