-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtree_data.json
194 lines (194 loc) · 5.06 KB
/
tree_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
[
{
"id": "1-1GIT简介.png",
"text": "1-1GIT简介.png",
"state": "open",
"attributes": {
"url": "notes/1-1GIT简介.png"
}
},
{
"id": "1-2git安装.md",
"text": "1-2git安装.md",
"state": "open",
"attributes": {
"url": "notes/1-2git安装.md"
}
},
{
"id": "1-3新建仓库.md",
"text": "1-3新建仓库.md",
"state": "open",
"attributes": {
"url": "notes/1-3新建仓库.md"
}
},
{
"id": "1-4git工作区域和文件的状态.md",
"text": "1-4git工作区域和文件的状态.md",
"state": "open",
"attributes": {
"url": "notes/1-4git工作区域和文件的状态.md"
}
},
{
"id": "1-5添加和提交文件.md",
"text": "1-5添加和提交文件.md",
"state": "open",
"attributes": {
"url": "notes/1-5添加和提交文件.md"
}
},
{
"id": "1-6gitreset回退版本.md",
"text": "1-6gitreset回退版本.md",
"state": "open",
"attributes": {
"url": "notes/1-6gitreset回退版本.md"
}
},
{
"id": "1-6gitreset的三种模式.png",
"text": "1-6gitreset的三种模式.png",
"state": "open",
"attributes": {
"url": "notes/1-6gitreset的三种模式.png"
}
},
{
"id": "1-7使用gitdiff查看差异.md",
"text": "1-7使用gitdiff查看差异.md",
"state": "open",
"attributes": {
"url": "notes/1-7使用gitdiff查看差异.md"
}
},
{
"id": "1-8gitrm.png",
"text": "1-8gitrm.png",
"state": "open",
"attributes": {
"url": "notes/1-8gitrm.png"
}
},
{
"id": "1-8gitrm删除内容.md",
"text": "1-8gitrm删除内容.md",
"state": "open",
"attributes": {
"url": "notes/1-8gitrm删除内容.md"
}
},
{
"id": "1-9gitignore.md",
"text": "1-9gitignore.md",
"state": "open",
"attributes": {
"url": "notes/1-9gitignore.md"
}
},
{
"id": "1-9gitignore.png",
"text": "1-9gitignore.png",
"state": "open",
"attributes": {
"url": "notes/1-9gitignore.png"
}
},
{
"id": "1-11ssh配置和克隆仓库.md",
"text": "1-11ssh配置和克隆仓库.md",
"state": "open",
"attributes": {
"url": "notes/1-11ssh配置和克隆仓库.md"
}
},
{
"id": "1-12关联本地仓库和远程仓库.md",
"text": "1-12关联本地仓库和远程仓库.md",
"state": "open",
"attributes": {
"url": "notes/1-12关联本地仓库和远程仓库.md"
}
},
{
"id": "1-12关联本地仓库和远程仓库.png",
"text": "1-12关联本地仓库和远程仓库.png",
"state": "open",
"attributes": {
"url": "notes/1-12关联本地仓库和远程仓库.png"
}
},
{
"id": "1-13gitee和gitlab的本地化部署.md",
"text": "1-13gitee和gitlab的本地化部署.md",
"state": "open",
"attributes": {
"url": "notes/1-13gitee和gitlab的本地化部署.md"
}
},
{
"id": "1-14vscode中的git状态.png",
"text": "1-14vscode中的git状态.png",
"state": "open",
"attributes": {
"url": "notes/1-14vscode中的git状态.png"
}
},
{
"id": "1-16git分支管理命令.png",
"text": "1-16git分支管理命令.png",
"state": "open",
"attributes": {
"url": "notes/1-16git分支管理命令.png"
}
},
{
"id": "1-16分支简介和基本介绍.md",
"text": "1-16分支简介和基本介绍.md",
"state": "open",
"attributes": {
"url": "notes/1-16分支简介和基本介绍.md"
}
},
{
"id": "1-17解决合并冲突.md",
"text": "1-17解决合并冲突.md",
"state": "open",
"attributes": {
"url": "notes/1-17解决合并冲突.md"
}
},
{
"id": "1-17解决合并冲突.png",
"text": "1-17解决合并冲突.png",
"state": "open",
"attributes": {
"url": "notes/1-17解决合并冲突.png"
}
},
{
"id": "1-18回退和rebase.md",
"text": "1-18回退和rebase.md",
"state": "open",
"attributes": {
"url": "notes/1-18回退和rebase.md"
}
},
{
"id": "1-19githubflow.md",
"text": "1-19githubflow.md",
"state": "open",
"attributes": {
"url": "notes/1-19githubflow.md"
}
},
{
"id": "1-19命名分支.png",
"text": "1-19命名分支.png",
"state": "open",
"attributes": {
"url": "notes/1-19命名分支.png"
}
}
]