<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Contents on Isaac's Blog</title><link>https://neutralmilkzzz.github.io/blog/zh-tw/contents/</link><description>Recent content in Contents on Isaac's Blog</description><generator>Hugo</generator><language>zh-TW</language><lastBuildDate>Tue, 09 Dec 2025 19:44:47 +0800</lastBuildDate><atom:link href="https://neutralmilkzzz.github.io/blog/zh-tw/contents/index.xml" rel="self" type="application/rss+xml"/><item><title>Github指南:2(终)</title><link>https://neutralmilkzzz.github.io/blog/zh-tw/contents/posts/newfile/</link><pubDate>Tue, 09 Dec 2025 19:44:47 +0800</pubDate><guid>https://neutralmilkzzz.github.io/blog/zh-tw/contents/posts/newfile/</guid><description>&lt;p>这一章足够我们搞定90%的东西了，剩下的10%也没必要现在学。
&lt;code>git fetch&lt;/code>就是拷贝远程仓库，但是对现在现有的仓库没有任何影响，单纯是抄过来。
&lt;code>git pull&lt;/code> = &lt;code>git fetch&lt;/code> + &lt;code>git merge&lt;/code>
&lt;code>git pull --rebase&lt;/code> = &lt;code>git fetch&lt;/code> + &lt;code>git rebase&lt;/code>
&lt;code>git push&lt;/code>就是传过去。
差不多了 收工。
&lt;a href="https://learngitbranching.js.org" target="_blank" rel="noopener noreffer ">https://learngitbranching.js.org&lt;/a>是最最最好的git可视化学习网站，如果你想一小时学完，用它就行。&lt;/p></description></item></channel></rss>