Skip to content

Commit 05290f4

Browse files
committed
Update TOC.md
1 parent d8c5ad9 commit 05290f4

File tree

1 file changed

+39
-47
lines changed

1 file changed

+39
-47
lines changed

TOC.md

Lines changed: 39 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
# Git
32

43
* 1.Git概述
5-
* [Git简介](01_git_intro.md)
6-
* [Git诞生](02_git_boren.md)
4+
* [Git 简介](01_git_intro.md)
5+
* [Git 诞生](02_git_boren.md)
76
* 2.版本控制系统
87
* [版本控制系统简介](03_VCS_intro.md)
98
* [本地版本控制系统](04_local_VCS.md)
@@ -13,48 +12,41 @@
1312
* [配置信息](07_configuration_information.md)
1413
* [安装方式](08_Installation.md)
1514
* [获取帮助](09_help.md)
16-
* 4.Git基础
17-
* [直接记录快照,而非差异比较](10_Snapshots.md)
18-
* [近乎所有操作都是本地执行](11_File_Operations.md)
19-
* [时刻保持数据完整性](12_data_integrity.md)
20-
* [多数操作仅添加数据](13_adding_data.md)
21-
* [文件的三种状态](14_FileState.md)
22-
* [基本的 Git 工作流程](15_Git_WorkFlow.md)
15+
* 4.[Git 基础](10_git_base.md)
16+
* [直接记录快照,而非差异比较](11_Snapshots.md)
17+
* [近乎所有操作都是本地执行](12_File_Operations.md)
18+
* [时刻保持数据完整性](13_data_integrity.md)
19+
* [多数操作仅添加数据](14_adding_data.md)
20+
* [文件的三种状态](15_FileState.md)
21+
* [基本的 Git 工作流程](16_Git_WorkFlow.md)
2322
* 5.Git仓库 
24-
* [创建 Git 仓库](16_Build_DW.md)
25-
* [更新到Git仓库](17_Update_DW.md)
26-
* [文件更改](18_change_file.md)
27-
* [查看提交历史](19_check_history.md)
28-
* [撤消操作](20_revocation_operation.md)
29-
* [远程仓库的使用](21_rss.md)
30-
* [标签](22_label.md)
31-
* [Git 技巧和窍门](23_git_skill.md)
32-
* 6.Git分支
33-
* [何谓分支](24_branch_intro.md)
34-
* [分支的新建与合并](25_git_create.md)
35-
* [分支的新建与切换](26_git_switch.md)
36-
* [分支的合并](27-git_combine.md)
37-
* [分支的管理](28_git_manage.md)
38-
* [分支的衍合](29_git_link.md)
39-
* 7.服务器上的Git
40-
* [协议](30_protocol.md)
41-
* [在服务器上部署 Git](31_deploy.md)
42-
* [Git 托管服务](32_trusteeship.md)
43-
* 8.分布式Git
44-
* [分布式工作流程](33_DVCS_workflow.md)
45-
* [集中式工作流](34_CVCS_workflow.md)
46-
* [集成管理员工作流](35_administrator_workflow.md)
47-
* [司令官与副官工作流](36_commander_workflow.md)
48-
* [为项目作贡献](37_contribution.md)
49-
* [项目的管理](38_project_manage.md)
50-
* [检出远程分支](39_check_branch.md)
51-
* [决断代码取舍](40_code_alternative.md)
52-
* [大项目的合并流程](41_project_workflow.md)
53-
* 9.自定义git
54-
* [配置 Git](42_git_deploy.md)
55-
* [外部的合并与比较工具](43_combine.md)
56-
* [服务器端配置](44_server_deploy.md)
57-
* [Git属性](45_git_property.md)
58-
* [关键字扩展](46_keyword_extend.md)
59-
* [导出仓库](47_Export_DW.md)
60-
* [合并策略](48_combine_strategy.md)
23+
* [创建 Git 仓库](17_Build_Repository.md)
24+
* [更新 Git 仓库](18_Update_Repository.md)
25+
* [文件更改](19_change_file.md)
26+
* [查看提交历史](20_check_history.md)
27+
* [撤消操作](21_revocation_operation.md)
28+
* [远程仓库的使用]()
29+
* [标签](23_label.md)
30+
* [Git 技巧和窍门](24_git_skill.md)
31+
* 6.[Git分支](25_branch.md)
32+
* [何谓分支](26_branch_intro.md)
33+
* [分支的新建与合并](27_branch_create.md)
34+
* [分支的新建与切换](28_branch_switch.md)
35+
* [分支的合并](29_branch_combine.md)
36+
* [分支的管理](30_branch_manage.md)
37+
* [分支的衍合](31_branch_link.md)
38+
* 7.[服务器上的Git](32_git_on_server.md)
39+
* [协议](33_protocol.md)
40+
* [在服务器上部署 Git](34_deploy.md)
41+
* [Git 托管服务](35_trusteeship.md)
42+
* [Github 小结](36_summarize.md)
43+
* 8.[分布式Git](37_git_DVCS.md)
44+
* [分布式工作流程](38_DVCS_workflow.md)
45+
* [集中式工作流](39_CVCS_workflow.md)
46+
* [集成管理员工作流](40_administrator_workflow.md)
47+
* [司令官与副官工作流](41_commander_workflow.md)
48+
* [为项目作贡献](42_contribution.md)
49+
* [项目的管理](43_project_manage.md)
50+
* [检出远程分支](44_check_branch.md)
51+
* [决断代码取舍](45_code_alternative.md)
52+
* [大项目的合并流程](46_project_workflow.md)

0 commit comments

Comments
 (0)