<?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>Able Technology &#187; git rails</title>
	<atom:link href="http://www.abletech.co.nz/tag/git-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abletech.co.nz</link>
	<description>Web Application Programmers and Consultants</description>
	<lastBuildDate>Tue, 06 Dec 2011 03:01:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>using git submodules for plugins</title>
		<link>http://www.abletech.co.nz/2009/07/using-git-submodules-for-plugins/</link>
		<comments>http://www.abletech.co.nz/2009/07/using-git-submodules-for-plugins/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 02:23:58 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[git rails]]></category>

		<guid isPermaLink="false">http://www.abletech.co.nz/?p=363</guid>
		<description><![CDATA[# first remove your copy and paste plugin&#8230;. git rm -r vendor/plugins/xxxxxx git commit now you are ready to add the submodule git submodule add git://your_git_repo/xxxxx.git vendor/plugins/xxxxx git commit To load the submodule, you need to git submodule init git submodule update To deploy submodules using capistrano, capistrano needs to also do the submodule init [...]]]></description>
			<content:encoded><![CDATA[<p># first remove your copy and paste plugin&#8230;.</p>
<pre>
git rm -r vendor/plugins/xxxxxx
git commit
</pre>
<p>now you are ready to add the submodule</p>
<pre>
git submodule add git://your_git_repo/xxxxx.git vendor/plugins/xxxxx
git commit
</pre>
<p>To load the submodule, you need to </p>
<pre>
git submodule init
git submodule update
</pre>
<p>To deploy submodules using capistrano, capistrano needs to also do the submodule init and update. </p>
<pre>
# in deploy.rb
set :git_enable_submodules,1
</pre>
<p>if you want to update the version of the submodule &#8211; or the branch<br />
cd into the plugin, git pull or git checkout branch<br />
then cd back to the containing project and git commit</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abletech.co.nz/2009/07/using-git-submodules-for-plugins/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
