<?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>Gary Boone, PhD &#187; git</title>
	<atom:link href="http://garyboone.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://garyboone.com</link>
	<description>Clippings, code snippets, and other searchable web notes</description>
	<lastBuildDate>Mon, 21 Jun 2010 20:42:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using git to update Configgy and other github-hosted code</title>
		<link>http://garyboone.com/2009/06/using-git-to-update-configgy-and-other-github-hosted-code/</link>
		<comments>http://garyboone.com/2009/06/using-git-to-update-configgy-and-other-github-hosted-code/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 02:00:20 +0000</pubDate>
		<dc:creator>gary</dc:creator>
				<category><![CDATA[Scala]]></category>
		<category><![CDATA[configgy]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://garyboone.com/2009/06/using-git-to-update-configgy-and-other-github-hosted-code/</guid>
		<description><![CDATA[It&#8217;s easy to use and update the git version of Configgy and other code hosted at github. If you don&#8217;t have git, you can use MacPorts to install it:
$ sudo port install git

Then clone the Configgy repository with 
$ git clone git://github.com/robey/configgy.git 

Then cd into the top-level directory and build as described below.
When you want [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both">It&#8217;s easy to use and update the <em>git</em> version of <a href="http://github.com/robey/configgy/tree/master">Configgy</a> and other code hosted at <a href="http://github.com/">github</a>. If you don&#8217;t have git, you can use MacPorts to install it:</p>
<blockquote style="clear: both"><p>$ sudo port install git</p>
</blockquote>
<p style="clear: both">Then clone the Configgy repository with </p>
<blockquote style="clear: both"><p>$ git clone git://github.com/robey/configgy.git </p>
</blockquote>
<p style="clear: both">Then <em>cd</em> into the top-level directory and build as described <a href="http://garyboone.com/2009/06/configgy-on-mac/">below</a>.</p>
<p style="clear: both">When you want to update, just <em>pull</em> the latest changes and rebuild.</p>
<blockquote style="clear: both"><p>$ git pull<br />$ ant clean; ant package</p>
</blockquote>
<p style="clear: both">Note that <em>ant package</em> may be particular to Configgy. Sometimes just <em>ant</em> is sufficient and will use the defaults.</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://garyboone.com/2009/06/using-git-to-update-configgy-and-other-github-hosted-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

