<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Leric&#039;s Blog &#187; Git</title>
	<atom:link href="http://www.leric.info/tag/git/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leric.info</link>
	<description>Temec Nosce</description>
	<lastBuildDate>Sun, 18 Apr 2010 02:32:41 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>是时候换到Git了！</title>
		<link>http://www.leric.info/post/9.htm</link>
		<comments>http://www.leric.info/post/9.htm#comments</comments>
		<pubDate>Thu, 18 Jun 2009 05:01:33 +0000</pubDate>
		<dc:creator>Leric</dc:creator>
				<category><![CDATA[计算机技术]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://leric.net.cn/?p=9</guid>
		<description><![CDATA[慢慢发现开源世界里SVN正在没落了，一个个项目都转向了Git，Bazzar，Mercurial，分布式的SCM确实比SVN有很大的优势。最近有看了看Git相关的东西，发现Git的小乌龟成长的好快啊，最近的0.7.2版几乎已经有了TortoiseSVN的所有功能了（所有我用过的），加上Git先天的优势，在功能和易用性方面已经不弱于TortoiseSVN了。根据工作中的实际需求，我大致画了一个应用Git的工作流图：
Git的Windwos客户端TortoisGit已经比较成熟了，操作方式和功能和TortoisSVN非常相似，使得学习曲线平缓了很多。
Git强大而又方便的Branch功能，让新功能的开发和当前系统的维护更方便。
在本地随时提交修改，可以保留完整的修改历史，可以作为开发服务器和本地的同步媒介，又能保证提交到测试服务器的代码不是调试中的代码。
是时候换到Git了！
]]></description>
			<content:encoded><![CDATA[<p>慢慢发现开源世界里SVN正在没落了，一个个项目都转向了Git，Bazzar，Mercurial，分布式的SCM确实比SVN有很大的优势。最近有看了看Git相关的东西，发现Git的小乌龟成长的好快啊，最近的0.7.2版几乎已经有了TortoiseSVN的所有功能了（所有我用过的），加上Git先天的优势，在功能和易用性方面已经不弱于TortoiseSVN了。根据工作中的实际需求，我大致画了一个应用Git的工作流图：</p>
<div id="attachment_8" class="wp-caption alignnone" style="width: 310px"><a href="http://leric.net.cn/wp-content/uploads/2009/06/Work-flow-with-Git.png"><img class="size-medium wp-image-8" title="Work flow with Git" src="http://leric.net.cn/wp-content/uploads/2009/06/Work-flow-with-Git-300x91.png" alt="Work flow with Git" width="300" height="91" /></a><p class="wp-caption-text">Work flow with Git</p></div>
<p>Git的Windwos客户端TortoisGit已经比较成熟了，操作方式和功能和TortoisSVN非常相似，使得学习曲线平缓了很多。<br />
Git强大而又方便的Branch功能，让新功能的开发和当前系统的维护更方便。<br />
在本地随时提交修改，可以保留完整的修改历史，可以作为开发服务器和本地的同步媒介，又能保证提交到测试服务器的代码不是调试中的代码。</p>
<p>是时候换到Git了！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leric.info/post/9.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
