File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1228,8 +1228,9 @@ <h2 id="remote-repository"><a name="user-content-remote-repository" href="#remot
1228
1228
< p > 现在主要的就是把上三路和pull熟悉 </ p >
1229
1229
< h3 id ="_2 "> < a name ="user-content-_2 " href ="#_2 " class ="headeranchor-link " aria-hidden ="true "> < span class ="headeranchor "> </ span > </ a > 小结</ h3 >
1230
1230
< p > 【工作区】->add->【暂存区】->commit->【本地仓库】->push->【远程仓库】 </ p >
1231
+ < p > 【工作区】<------------------ pull ----------------- 【远程仓库】</ p >
1231
1232
< p > 记住:< br />
1232
- add、commit、push </ p >
1233
+ add、commit、push、pull </ p >
1233
1234
< h2 id ="source-tree "> < a name ="user-content-source-tree " href ="#source-tree " class ="headeranchor-link " aria-hidden ="true "> < span class ="headeranchor "> </ span > </ a > 可爱的Source Tree</ h2 >
1234
1235
< p > < img alt ="Source Logo " src ="http://ww1.sinaimg.cn/mw690/44894cbbgw1euiv3622uwj2074074dfu.jpg " /> </ p >
1235
1236
< p > Source Tree是一个优秀的,直觉式的Git的图形界面客户端< br />
Original file line number Diff line number Diff line change @@ -296,9 +296,11 @@ Git复杂的就可能是撤消了,这些我们暂时不管
296
296
###小结
297
297
298
298
【工作区】->add->【暂存区】->commit->【本地仓库】->push->【远程仓库】
299
+
300
+ 【工作区】<------------------ pull ----------------- 【远程仓库】
299
301
300
302
记住:
301
- add、commit、push
303
+ add、commit、push、pull
302
304
303
305
304
306
You can’t perform that action at this time.
0 commit comments