<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Brent Sordyl&#039;s blog &#187; git</title>
	<atom:link href="http://sordyl.info/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://sordyl.info</link>
	<description>Daily links to Technology and e-Learning resources</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:02:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sordyl.info' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Brent Sordyl&#039;s blog &#187; git</title>
		<link>http://sordyl.info</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sordyl.info/osd.xml" title="Brent Sordyl&#039;s blog" />
	<atom:link rel='hub' href='http://sordyl.info/?pushpress=hub'/>
		<item>
		<title>Visualized Git best practices for team: branch, merge, rebase</title>
		<link>http://sordyl.info/2012/01/30/visualized-git-best-practices-for-team-branch-merge-rebase/</link>
		<comments>http://sordyl.info/2012/01/30/visualized-git-best-practices-for-team-branch-merge-rebase/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 15:02:22 +0000</pubDate>
		<dc:creator>Brent Sordyl</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://sordyl.wordpress.com/?p=3907</guid>
		<description><![CDATA[1 &#8211; Stop using GUI for git, seriously, it&#8217;s not that many commands 2 &#8211; Be safe, branch out, commit often, merge often 3 &#8211; Git rebase to be used on the current branch 4 &#8211; Replace git pull with git pull &#8211;rebase (Full Story: Visualized Git best practices for team: branch, merge, rebase)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3907&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
1 &#8211; Stop using GUI for git, seriously, it&#8217;s not that many commands<br />
2 &#8211; Be safe, branch out, commit often, merge often<br />
3 &#8211; Git rebase to be used on the current branch<br />
4 &#8211; Replace git pull with git pull &#8211;rebase </p>
<p> (Full Story: <a href='http://kentnguyen.com/development/visualized-git-practices-for-team/' title='Visualized Git best practices for team: branch, merge, rebase' target='_blank'>Visualized Git best practices for team: branch, merge, rebase</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sordyl.wordpress.com/3907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sordyl.wordpress.com/3907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sordyl.wordpress.com/3907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sordyl.wordpress.com/3907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sordyl.wordpress.com/3907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sordyl.wordpress.com/3907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sordyl.wordpress.com/3907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sordyl.wordpress.com/3907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sordyl.wordpress.com/3907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sordyl.wordpress.com/3907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sordyl.wordpress.com/3907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sordyl.wordpress.com/3907/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sordyl.wordpress.com/3907/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sordyl.wordpress.com/3907/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3907&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sordyl.info/2012/01/30/visualized-git-best-practices-for-team-branch-merge-rebase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e89862577db9e2fefcb2bda3a834550f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">newsmaven</media:title>
		</media:content>
	</item>
		<item>
		<title>git &#8211; the simple guide</title>
		<link>http://sordyl.info/2012/01/12/git-the-simple-guide/</link>
		<comments>http://sordyl.info/2012/01/12/git-the-simple-guide/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 13:39:28 +0000</pubDate>
		<dc:creator>Brent Sordyl</dc:creator>
				<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://sordyl.wordpress.com/?p=3821</guid>
		<description><![CDATA[(Full Story: git &#8211; the simple guide)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3821&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> (Full Story: <a href='http://rogerdudler.github.com/git-guide/' title='git - the simple guide' target='_blank'>git &#8211; the simple guide</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sordyl.wordpress.com/3821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sordyl.wordpress.com/3821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sordyl.wordpress.com/3821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sordyl.wordpress.com/3821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sordyl.wordpress.com/3821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sordyl.wordpress.com/3821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sordyl.wordpress.com/3821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sordyl.wordpress.com/3821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sordyl.wordpress.com/3821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sordyl.wordpress.com/3821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sordyl.wordpress.com/3821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sordyl.wordpress.com/3821/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sordyl.wordpress.com/3821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sordyl.wordpress.com/3821/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3821&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sordyl.info/2012/01/12/git-the-simple-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e89862577db9e2fefcb2bda3a834550f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">newsmaven</media:title>
		</media:content>
	</item>
		<item>
		<title>Github Flow</title>
		<link>http://sordyl.info/2011/09/19/github-flow/</link>
		<comments>http://sordyl.info/2011/09/19/github-flow/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 19:47:22 +0000</pubDate>
		<dc:creator>Brent Sordyl</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://sordyl.wordpress.com/2011/09/19/github-flow/</guid>
		<description><![CDATA[1. Anything in the master branch is deployable2. To work on something new, create a descriptively named branch off of master (ie: new-oauth2-scopes)3. Commit to that branch locally and regularly push your work to the same named branch on the server4. When you need feedback or help, or you think the branch is ready for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3635&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
1. Anything in the master branch is deployable2. To work on something new, create a descriptively named branch off of master (ie: new-oauth2-scopes)3. Commit to that branch locally and regularly push your work to the same named branch on the server4. When you need feedback or help, or you think the branch is ready for merging, open a pull request5. After someone else has reviewed and signed off on the feature, you can merge it into master6. Once it is merged and pushed to ‘master’, you can and should deploy immediately </p>
<p> (Full Story: <a href='http://scottchacon.com/2011/08/31/github-flow.html' title='Github Flow' target='_blank'>Github Flow</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sordyl.wordpress.com/3635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sordyl.wordpress.com/3635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sordyl.wordpress.com/3635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sordyl.wordpress.com/3635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sordyl.wordpress.com/3635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sordyl.wordpress.com/3635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sordyl.wordpress.com/3635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sordyl.wordpress.com/3635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sordyl.wordpress.com/3635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sordyl.wordpress.com/3635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sordyl.wordpress.com/3635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sordyl.wordpress.com/3635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sordyl.wordpress.com/3635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sordyl.wordpress.com/3635/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3635&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sordyl.info/2011/09/19/github-flow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e89862577db9e2fefcb2bda3a834550f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">newsmaven</media:title>
		</media:content>
	</item>
		<item>
		<title>25 Tips for Intermediate Git Users</title>
		<link>http://sordyl.info/2011/07/12/25-tips-for-intermediate-git-users/</link>
		<comments>http://sordyl.info/2011/07/12/25-tips-for-intermediate-git-users/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 13:21:43 +0000</pubDate>
		<dc:creator>Brent Sordyl</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://sordyl.wordpress.com/2011/07/12/25-tips-for-intermediate-git-users/</guid>
		<description><![CDATA[(Full Story: 25 Tips for Intermediate Git Users)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3568&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> (Full Story: <a href='http://andyjeffries.co.uk/articles/25-tips-for-intermediate-git-users' title='25 Tips for Intermediate Git Users' target='_blank'>25 Tips for Intermediate Git Users</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sordyl.wordpress.com/3568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sordyl.wordpress.com/3568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sordyl.wordpress.com/3568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sordyl.wordpress.com/3568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sordyl.wordpress.com/3568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sordyl.wordpress.com/3568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sordyl.wordpress.com/3568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sordyl.wordpress.com/3568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sordyl.wordpress.com/3568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sordyl.wordpress.com/3568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sordyl.wordpress.com/3568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sordyl.wordpress.com/3568/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sordyl.wordpress.com/3568/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sordyl.wordpress.com/3568/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3568&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sordyl.info/2011/07/12/25-tips-for-intermediate-git-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e89862577db9e2fefcb2bda3a834550f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">newsmaven</media:title>
		</media:content>
	</item>
		<item>
		<title>Sprout: The Easy Git Client for Mac</title>
		<link>http://sordyl.info/2011/05/17/sprout-the-easy-git-client-for-mac/</link>
		<comments>http://sordyl.info/2011/05/17/sprout-the-easy-git-client-for-mac/#comments</comments>
		<pubDate>Tue, 17 May 2011 19:14:56 +0000</pubDate>
		<dc:creator>Brent Sordyl</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://sordyl.wordpress.com/2011/05/17/sprout-the-easy-git-client-for-mac/</guid>
		<description><![CDATA[(Full Story: Sprout: The Easy Git Client for Mac)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3497&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> (Full Story: <a href='http://gitmacapp.com/sprout' title='Sprout: The Easy Git Client for Mac' target='_blank'>Sprout: The Easy Git Client for Mac</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sordyl.wordpress.com/3497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sordyl.wordpress.com/3497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sordyl.wordpress.com/3497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sordyl.wordpress.com/3497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sordyl.wordpress.com/3497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sordyl.wordpress.com/3497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sordyl.wordpress.com/3497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sordyl.wordpress.com/3497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sordyl.wordpress.com/3497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sordyl.wordpress.com/3497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sordyl.wordpress.com/3497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sordyl.wordpress.com/3497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sordyl.wordpress.com/3497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sordyl.wordpress.com/3497/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3497&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sordyl.info/2011/05/17/sprout-the-easy-git-client-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e89862577db9e2fefcb2bda3a834550f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">newsmaven</media:title>
		</media:content>
	</item>
		<item>
		<title>Tower &#8211; The most powerful Git client for Mac</title>
		<link>http://sordyl.info/2011/05/10/tower-the-most-powerful-git-client-for-mac/</link>
		<comments>http://sordyl.info/2011/05/10/tower-the-most-powerful-git-client-for-mac/#comments</comments>
		<pubDate>Tue, 10 May 2011 21:04:11 +0000</pubDate>
		<dc:creator>Brent Sordyl</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[scm]]></category>

		<guid isPermaLink="false">http://sordyl.wordpress.com/2011/05/10/tower-the-most-powerful-git-client-for-mac/</guid>
		<description><![CDATA[(Full Story: Tower &#8211; The most powerful Git client for Mac)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3461&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> (Full Story: <a href='http://www.git-tower.com/' title='Tower - The most powerful Git client for Mac' target='_blank'>Tower &#8211; The most powerful Git client for Mac</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sordyl.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sordyl.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sordyl.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sordyl.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sordyl.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sordyl.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sordyl.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sordyl.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sordyl.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sordyl.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sordyl.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sordyl.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sordyl.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sordyl.wordpress.com/3461/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3461&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sordyl.info/2011/05/10/tower-the-most-powerful-git-client-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e89862577db9e2fefcb2bda3a834550f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">newsmaven</media:title>
		</media:content>
	</item>
		<item>
		<title>Linus Torvalds on git</title>
		<link>http://sordyl.info/2011/04/20/linus-torvalds-on-git/</link>
		<comments>http://sordyl.info/2011/04/20/linus-torvalds-on-git/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 16:58:01 +0000</pubDate>
		<dc:creator>Brent Sordyl</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linus]]></category>

		<guid isPermaLink="false">http://sordyl.wordpress.com/2011/04/20/linus-torvalds-on-git/</guid>
		<description><![CDATA[Linus Torvalds visits Google to share his thoughts on git, the source control management system he created two years ago. (Full Story: Linus Torvalds on git)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3434&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
Linus Torvalds visits Google to share his thoughts on git, the source control management system he created two years ago. </p>
<p> (Full Story: <a href='http://ontwik.com/git-github/linus-torvalds-on-git/' title='Linus Torvalds on git' target='_blank'>Linus Torvalds on git</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sordyl.wordpress.com/3434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sordyl.wordpress.com/3434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sordyl.wordpress.com/3434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sordyl.wordpress.com/3434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sordyl.wordpress.com/3434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sordyl.wordpress.com/3434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sordyl.wordpress.com/3434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sordyl.wordpress.com/3434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sordyl.wordpress.com/3434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sordyl.wordpress.com/3434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sordyl.wordpress.com/3434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sordyl.wordpress.com/3434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sordyl.wordpress.com/3434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sordyl.wordpress.com/3434/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3434&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sordyl.info/2011/04/20/linus-torvalds-on-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e89862577db9e2fefcb2bda3a834550f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">newsmaven</media:title>
		</media:content>
	</item>
		<item>
		<title>The State of Version Control &#8211; FogBugz Blog</title>
		<link>http://sordyl.info/2011/03/08/the-state-of-version-control-fogbugz-blog/</link>
		<comments>http://sordyl.info/2011/03/08/the-state-of-version-control-fogbugz-blog/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 14:00:46 +0000</pubDate>
		<dc:creator>Brent Sordyl</dc:creator>
				<category><![CDATA[cm]]></category>
		<category><![CDATA[dvcs]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://sordyl.wordpress.com/2011/03/08/the-state-of-version-control-fogbugz-blog/</guid>
		<description><![CDATA[Subversion is still the big gorilla in the room. 47% of developers use it as their primary version control system at work. But, distributed version control systems (DVCSes) are coming on fast! Git and Mercurial have each stolen 14% of developer allegiances. And, CVS, Perforce, and Visual SourceSafe, once dominant, are now on the run. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3320&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
Subversion is still the big gorilla in the room. 47% of developers use it as their primary version control system at work. But, distributed version control systems (DVCSes) are coming on fast! Git and Mercurial have each stolen 14% of developer allegiances. And, CVS, Perforce, and Visual SourceSafe, once dominant, are now on the run.<br />
For one, Windows 7 has already become the leading development platform, with 31% of programmers using it as their primary platform for coding. 70% of programmers today are Windows based, 16% use Ubuntu/CentOS or other Linux, and 14% use Mac O </p>
<p> (Full Story: <a href='http://www.fogcreek.com/blog/post/The-State-of-Version-Control.aspx' title='The State of Version Control - FogBugz Blog' target='_blank'>The State of Version Control &#8211; FogBugz Blog</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sordyl.wordpress.com/3320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sordyl.wordpress.com/3320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sordyl.wordpress.com/3320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sordyl.wordpress.com/3320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sordyl.wordpress.com/3320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sordyl.wordpress.com/3320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sordyl.wordpress.com/3320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sordyl.wordpress.com/3320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sordyl.wordpress.com/3320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sordyl.wordpress.com/3320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sordyl.wordpress.com/3320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sordyl.wordpress.com/3320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sordyl.wordpress.com/3320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sordyl.wordpress.com/3320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3320&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sordyl.info/2011/03/08/the-state-of-version-control-fogbugz-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e89862577db9e2fefcb2bda3a834550f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">newsmaven</media:title>
		</media:content>
	</item>
		<item>
		<title>Git Community Book</title>
		<link>http://sordyl.info/2011/02/28/git-community-book/</link>
		<comments>http://sordyl.info/2011/02/28/git-community-book/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 20:46:53 +0000</pubDate>
		<dc:creator>Brent Sordyl</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://sordyl.wordpress.com/2011/02/28/git-community-book/</guid>
		<description><![CDATA[Welcome to the Git Community Book. This book has been built by dozens of people in the Git community, and is meant to help you learn how to use Git as quickly and easily as possible. (Full Story: Git Community Book)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3299&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
Welcome to the Git Community Book. This book has been built by dozens of people in the Git community, and is meant to help you learn how to use Git as quickly and easily as possible. </p>
<p> (Full Story: <a href='http://book.git-scm.com/index.html' title='Git Community Book' target='_blank'>Git Community Book</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sordyl.wordpress.com/3299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sordyl.wordpress.com/3299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sordyl.wordpress.com/3299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sordyl.wordpress.com/3299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sordyl.wordpress.com/3299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sordyl.wordpress.com/3299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sordyl.wordpress.com/3299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sordyl.wordpress.com/3299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sordyl.wordpress.com/3299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sordyl.wordpress.com/3299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sordyl.wordpress.com/3299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sordyl.wordpress.com/3299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sordyl.wordpress.com/3299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sordyl.wordpress.com/3299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3299&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sordyl.info/2011/02/28/git-community-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e89862577db9e2fefcb2bda3a834550f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">newsmaven</media:title>
		</media:content>
	</item>
		<item>
		<title>GitCasts</title>
		<link>http://sordyl.info/2011/02/24/gitcasts/</link>
		<comments>http://sordyl.info/2011/02/24/gitcasts/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 17:22:40 +0000</pubDate>
		<dc:creator>Brent Sordyl</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://sordyl.wordpress.com/2011/02/24/gitcasts/</guid>
		<description><![CDATA[Episodes: Git Setup and Init Git Normal Workflow Git Interactive Add Git Log Git Browsing Git Branching and Merging Git Rebasing Git Distributed Workflow (Full Story: GitCasts)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3280&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Episodes:</p>
<ol>
<li>Git Setup and Init</li>
<li>Git Normal Workflow</li>
<li>Git Interactive Add</li>
<li>Git Log</li>
<li>Git Browsing</li>
<li>Git Branching and Merging</li>
<li>Git Rebasing</li>
<li>Git Distributed Workflow</li>
</ol>
<p>(Full Story: <a title="GitCasts" href="http://gitcasts.com/" target="_blank">GitCasts</a>)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sordyl.wordpress.com/3280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sordyl.wordpress.com/3280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sordyl.wordpress.com/3280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sordyl.wordpress.com/3280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sordyl.wordpress.com/3280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sordyl.wordpress.com/3280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sordyl.wordpress.com/3280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sordyl.wordpress.com/3280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sordyl.wordpress.com/3280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sordyl.wordpress.com/3280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sordyl.wordpress.com/3280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sordyl.wordpress.com/3280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sordyl.wordpress.com/3280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sordyl.wordpress.com/3280/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sordyl.info&amp;blog=18708468&amp;post=3280&amp;subd=sordyl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sordyl.info/2011/02/24/gitcasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e89862577db9e2fefcb2bda3a834550f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">newsmaven</media:title>
		</media:content>
	</item>
	</channel>
</rss>
