git 微盘_《Git从入门到精通》技术书籍.pdf

Pro Git

*

ScottChacon

2010-03-25

*

ThisisthePDFfilefortheProGitbookcontents. ItislicensedundertheCreativeCommonsAttribution-

NonCommercial-ShareAlike3.0license. Ihopeyouenjoyit,IhopeithelpsyoulearnGit,andIhopeyou’ll

supportApress and me by purchasing a print copy of the book at Amazon: /amazonprogit

目录

1 起步 1

1.1 关于版本控制 .. . . . . . . . . . . . . .. . . . . . . . . . 1

1.1.1 本地版本控制系统 ... . . . . . . . . . . . . . . . . 1

1.1.2 集中化的版本控制系统 .. . . . . . . . . . . . . .. . 1

1.1.3 分布式版本控制系统 .. . . . . . . . . . . . . .. . . 2

1.2 Git的历史 .. . . . . . . . . . . . . .. . . . . . . . . . . 3

1.3 Git基础要点 .. . . . . . . . . . . . . .. . . . . . . . . . 3

1.3.1 直接快照,而非比较差异 ... . . . . .. . . . . . .. 4

1.3.2 近乎所有操作都可本地执行 ... . . . . . . . . . . . . 4

1.3.3 时刻保持数据完整性 .. . . . . . . . . . . . . .. . . 5

1.3.4 多数操作仅添加数据 .. . . . . . . . . . . . . .. . . 5

1.3.5 三种状态 ... . . . . . . . . . . . . . . . . . . . . 5

1.4 安装Git ... . . . . . . . . . . . . . . . . . . . . . . .. 6

1.4.1 从源代码安装 .. . . . . . . . . . . . . .. . . . . . 6

1.4.2 在Linux上安装 ... . . . .. . . . . . . .. . . . . 7

1.4.3 在Mac 上安装 .. . . . . . . . . . . . . .. . . . . . 7

1.4.4 在Windows上安装 ... . . . . . . . . . . . . . . . . 7

1.5 初次运行Git前的配置 ... . . . .. . . . . . . .. . . . . 8

1.5.1 用户信息 ... . . . . . . . . . . . . . . . . . . . . 8

1.5.2 文本编辑器 .. . . . . . . . . . . . . .. . . . . . . 9

1.5.3 差异分析工具 .. . . . . . . . . . . . . .. . . . . . 9

1.5.4 查看配置信息 .. . . . . . . . . . . . . .. . . . . . 9

1.6 获取帮助 ... .

你可能感兴趣的:(git,微盘)