<?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>Hints and Kinks &#187; git</title>
	<atom:link href="http://matthew.mceachen.us/blog/tags/git/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog</link>
	<description>HOWTOs and gotchas and tidbits, oh my.</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:28:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Accessing git over ssh on a non-standard port</title>
		<link>http://matthew.mceachen.us/blog/accessing-git-over-ssh-on-a-non-standard-port-217.html</link>
		<comments>http://matthew.mceachen.us/blog/accessing-git-over-ssh-on-a-non-standard-port-217.html#comments</comments>
		<pubDate>Mon, 24 Nov 2008 21:14:46 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=217</guid>
		<description><![CDATA[Simple ssh access to a git repo can be sufficient for a small dev team&#8211;but what if you&#8217;re using a non-standard ssh port? The solution&#8211;do as Linus says. Use ~/.ssh/config. My config now looks like this: Host my.servername.org Port 1234 &#8230; <a href="http://matthew.mceachen.us/blog/accessing-git-over-ssh-on-a-non-standard-port-217.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/accessing-git-over-ssh-on-a-non-standard-port-217.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing git with MacPorts</title>
		<link>http://matthew.mceachen.us/blog/installing-git-with-macports-197.html</link>
		<comments>http://matthew.mceachen.us/blog/installing-git-with-macports-197.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 17:38:22 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macports]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=197</guid>
		<description><![CDATA[The Good: MacPorts makes git, the new source version control system hotness, available to Mac users. The Bad: MacPorts sometimes has attitude, and poops out trying to compile or install packages. The Ugly: MacPorts doesn&#8217;t tell you how to fix &#8230; <a href="http://matthew.mceachen.us/blog/installing-git-with-macports-197.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/installing-git-with-macports-197.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
