
<?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>Comments on: using git submodules for plugins</title>
	<atom:link href="http://www.abletech.co.nz/2009/07/using-git-submodules-for-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abletech.co.nz/2009/07/using-git-submodules-for-plugins/</link>
	<description>Web Application Programmers and Consultants</description>
	<lastBuildDate>Thu, 08 Jul 2010 07:10:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Anton</title>
		<link>http://www.abletech.co.nz/2009/07/using-git-submodules-for-plugins/comment-page-1/#comment-362</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Sun, 19 Jul 2009 19:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.abletech.co.nz/?p=363#comment-362</guid>
		<description>Thanks for your explanation!
I should start looking more closely at git submodules.</description>
		<content:encoded><![CDATA[<p>Thanks for your explanation!<br />
I should start looking more closely at git submodules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcus</title>
		<link>http://www.abletech.co.nz/2009/07/using-git-submodules-for-plugins/comment-page-1/#comment-347</link>
		<dc:creator>marcus</dc:creator>
		<pubDate>Thu, 16 Jul 2009 01:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.abletech.co.nz/?p=363#comment-347</guid>
		<description>Yes - I thought I should be a little more verbose - The benefits
&lt;ol&gt;
	&lt;li&gt;you can update your plugin from the source when there is a change&lt;/li&gt;
	&lt;li&gt;you can branch your plugin, modify it and still pull in updates from other branches&lt;/li&gt;
	&lt;li&gt;it creates a .gitmodules file which shows you where the plugin came from, and you know exactly what version of the plug in that you are using&lt;/li&gt;
	&lt;li&gt;not a copy and paste job which is the standard ./script/plugin install method&lt;/li&gt;
&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<p>Yes &#8211; I thought I should be a little more verbose &#8211; The benefits</p>
<ol>
<li>you can update your plugin from the source when there is a change</li>
<li>you can branch your plugin, modify it and still pull in updates from other branches</li>
<li>it creates a .gitmodules file which shows you where the plugin came from, and you know exactly what version of the plug in that you are using</li>
<li>not a copy and paste job which is the standard ./script/plugin install method</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://www.abletech.co.nz/2009/07/using-git-submodules-for-plugins/comment-page-1/#comment-345</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Wed, 15 Jul 2009 06:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.abletech.co.nz/?p=363#comment-345</guid>
		<description>Hi, thanks for your article.
Can you explain what extra benefits can I get while using git submodules?</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your article.<br />
Can you explain what extra benefits can I get while using git submodules?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Anderson</title>
		<link>http://www.abletech.co.nz/2009/07/using-git-submodules-for-plugins/comment-page-1/#comment-344</link>
		<dc:creator>George Anderson</dc:creator>
		<pubDate>Wed, 15 Jul 2009 05:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.abletech.co.nz/?p=363#comment-344</guid>
		<description>You can also use the &quot;-b &quot; flag with &quot;git submodule add&quot; to get the desired branch out of the box.</description>
		<content:encoded><![CDATA[<p>You can also use the &#8220;-b &#8221; flag with &#8220;git submodule add&#8221; to get the desired branch out of the box.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
