Skip to content

Commit 2afe56f

Browse files
committed
add
1 parent 6542285 commit 2afe56f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

15minGit.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,8 +1228,9 @@ <h2 id="remote-repository"><a name="user-content-remote-repository" href="#remot
12281228
<p>现在主要的就是把上三路和pull熟悉 </p>
12291229
<h3 id="_2"><a name="user-content-_2" href="#_2" class="headeranchor-link" aria-hidden="true"><span class="headeranchor"></span></a>小结</h3>
12301230
<p>【工作区】-&gt;add-&gt;【暂存区】-&gt;commit-&gt;【本地仓库】-&gt;push-&gt;【远程仓库】 </p>
1231+
<p>【工作区】&lt;------------------ pull ----------------- 【远程仓库】</p>
12311232
<p>记住:<br />
1232-
add、commit、push </p>
1233+
add、commit、push、pull </p>
12331234
<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>
12341235
<p><img alt="Source Logo" src="http://ww1.sinaimg.cn/mw690/44894cbbgw1euiv3622uwj2074074dfu.jpg" /></p>
12351236
<p>Source Tree是一个优秀的,直觉式的Git的图形界面客户端<br />

15minGit.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,11 @@ Git复杂的就可能是撤消了,这些我们暂时不管
296296
###小结
297297

298298
【工作区】->add->【暂存区】->commit->【本地仓库】->push->【远程仓库】
299+
300+
【工作区】<------------------ pull ----------------- 【远程仓库】
299301

300302
记住:
301-
add、commit、push
303+
add、commit、push、pull
302304

303305

304306

0 commit comments

Comments
 (0)