<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《Git基础命令》的评论</title>
	<atom:link href="http://blog.hitangjun.com/2010/02/08/git-basic-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hitangjun.com/2010/02/08/git-basic-command/</link>
	<description>专注于 JAVA  WEB开发</description>
	<lastBuildDate>Thu, 13 Oct 2011 18:33:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：hitangjun</title>
		<link>http://blog.hitangjun.com/2010/02/08/git-basic-command/comment-page-1/#comment-299</link>
		<dc:creator>hitangjun</dc:creator>
		<pubDate>Tue, 19 Apr 2011 02:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tj4c.com/?p=412#comment-299</guid>
		<description>如果你的本地git版本库有修改时，请不要直接用&quot;git pull&quot;命令，而是要用：
git fetch
git rebase origin


如果不会出现冲突的 就可以直接PULL 如果说可能会出现冲突 那就用git fetch 然后在git merge


git fetch+merge=git pull</description>
		<content:encoded><![CDATA[<p>如果你的本地git版本库有修改时，请不要直接用”git pull”命令，而是要用：<br />
git fetch<br />
git rebase origin</p>
<p>如果不会出现冲突的 就可以直接PULL 如果说可能会出现冲突 那就用git fetch 然后在git merge</p>
<p>git fetch+merge=git pull</p>
]]></content:encoded>
	</item>
</channel>
</rss>

