Skip to content

Commit 3392301

Browse files
Jimgaonetworm
authored andcommitted
方式 比 方法 更恰当
1 parent 214138d commit 3392301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/what-is-git.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
==== 直接记录快照,而非差异比较
1010

11-
Git 和其它版本控制系统(包括 Subversion 和近似工具)的主要差别在于 Git 对待数据的方法
11+
Git 和其它版本控制系统(包括 Subversion 和近似工具)的主要差别在于 Git 对待数据的方式
1212
从概念上来说,其它大部分系统以文件变更列表的方式存储信息,这类系统(CVS、Subversion、Perforce、Bazaar 等等)
1313
将它们存储的信息看作是一组基本文件和每个文件随时间逐步累积的差异
1414
(它们通常称作 *基于差异(delta-based)* 的版本控制)。

0 commit comments

Comments
 (0)