<?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>joshkim.org &#187; github</title>
	<atom:link href="http://joshkim.org/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshkim.org</link>
	<description>Be Awesome Instead // Essays by Josh Kim</description>
	<lastBuildDate>Sun, 01 Jan 2012 22:27:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Homebrew (Mac) Installation</title>
		<link>http://joshkim.org/2010/03/06/homebrew-mac-installation/</link>
		<comments>http://joshkim.org/2010/03/06/homebrew-mac-installation/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 03:09:09 +0000</pubDate>
		<dc:creator>joshkim</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://joshkim.org/?p=1408</guid>
		<description><![CDATA[Homebrew is an up and coming successor to Fink and MacPorts. Although a bit generically named, it works quite well for a lot of the things I muck around with these days, which tend to have that web development smell &#8230; <a href="http://joshkim.org/2010/03/06/homebrew-mac-installation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://github.com/mxcl/homebrew">Homebrew</a> is an up and coming successor to Fink and MacPorts. Although a bit generically named, it works quite well for a lot of the things I muck around with these days, which tend to have that web development smell to it.</p>

<p>It used to be that I had to get a git binary, then grab homebrew from github, then uninstall the git through the binary, and <em>then</em> install git through homebrew. Then, the fun would begin.</p>

<p>Now, it&#8217;s even more streamlined. Just grab the <a href="http://gist.github.com/323731">installer gist</a> from the <a href="http://github.com/mxcl/homebrew/blob/master/README.md">README.md</a> page, and it <em>should</em> work. Although, I couldn&#8217;t get it to work and I was in a hurry, so I just grabbed the master tarball, and just physically moved the resulting /bin, /Library, and README.md.</p>

<p>Note: This probably worked for me because I already did everything else that was in the install script earlier, such as chmod&#8217;ing the /usr/local folder, as well as adding /usr/local/bin to the path.</p>

<p>Hooray for adhering to POSIX standards (<a href="http://www.pathname.com/fhs/pub/fhs-2.3.html#USRLOCALLOCALHIERARCHY">Reference here</a>: This is an awesome read, by the way, if you ever had any questions about <em>why</em> directories were as such in a Linux/BSD setting.).</p>

<pre><code>brew install git
brew install ruby
brew install stuff
</code></pre>

<p>More on how brew affects Ruby on Rails installations later.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshkim.org/2010/03/06/homebrew-mac-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git, GitHub and Social Coding</title>
		<link>http://joshkim.org/2009/08/14/git-github-and-social-coding/</link>
		<comments>http://joshkim.org/2009/08/14/git-github-and-social-coding/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 03:04:07 +0000</pubDate>
		<dc:creator>joshkim</dc:creator>
				<category><![CDATA[HanMeta]]></category>
		<category><![CDATA[JKFilter]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://joshkim.org/?p=1156</guid>
		<description><![CDATA[via Video: Tom Preston-Werner, Chris Wanstrath and Scott Chacon — Git, GitHub and Social Coding. While I don&#8217;t use GitHub for my projects, most of the rubygems and other code bases exist on GitHub. I guess there are the few &#8230; <a href="http://joshkim.org/2009/08/14/git-github-and-social-coding/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div><object width="576" height="358" allowFullScreen="true"><param name="movie" value="http://cosmos.bcst.yahoo.com/up/ypp/default/player.swf"></param><param name="flashVars" value="vid=15004396&#038;siteHostUrl=http%3A//video.yahoo.com"></param><param name="wmode" value="transparent"></param><embed width="576" height="358" allowFullScreen="true" src="http://cosmos.bcst.yahoo.com/up/ypp/default/player.swf" type="application/x-shockwave-flash" flashvars="vid=15004396&#038;siteHostUrl=http%3A//video.yahoo.com"></embed></object></div>

<p>via <a href="http://developer.yahoo.com/yui/theater/video.php?v=prestonwerner-github">Video: Tom Preston-Werner, Chris Wanstrath and Scott Chacon — Git, GitHub and Social Coding</a>.</p>

<p>While I don&#8217;t use <a href="github.com">GitHub</a> for my projects, most of the rubygems and other code bases exist on GitHub. I guess there are the few that are still on Google Code and even fewer on SourceForge.</p>

<p>The video, not only being extremely informative for someone who doesn&#8217;t know anything about git (but would like to know more), was a very nice overview of what I&#8217;ve been learning in the past couple months. (Especially more so the past couple of weeks.)</p>

<p>What I find awesome is that (at least Chris specifically) had a very personal problem he wanted to fix with version control systems (Subversion, in his case) and supporting tools (Bugzilla, in his case).</p>

<p>Sidenote: Chris&#8217;s presentation images are just hilarious. One comment: SVN could have been the lighthouse, not the &#8220;house&#8221;. The whole centralized repository idea?</p>
]]></content:encoded>
			<wfw:commentRss>http://joshkim.org/2009/08/14/git-github-and-social-coding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&quot;technicalpickles-jeweler requires git (&gt;= 1.1.1, runtime)&quot;</title>
		<link>http://joshkim.org/2009/07/31/technicalpickles-jeweler-requires-git-1-1-1-runtime/</link>
		<comments>http://joshkim.org/2009/07/31/technicalpickles-jeweler-requires-git-1-1-1-runtime/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 16:59:23 +0000</pubDate>
		<dc:creator>joshkim</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[jeweler]]></category>

		<guid isPermaLink="false">http://joshkim.org/?p=1084</guid>
		<description><![CDATA[In this error statement: $ sudo gem install technicalpickles-jeweler -s http://gems.github.com ERROR: Error installing technicalpickles-jeweler: technicalpickles-jeweler requires git (&#62;= 1.1.1, runtime) This is not talking about your git binary version, which at the time of this writing is 1.6.3.3. It&#8217;s &#8230; <a href="http://joshkim.org/2009/07/31/technicalpickles-jeweler-requires-git-1-1-1-runtime/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this error statement:</p>

<p>$ sudo gem install technicalpickles-jeweler -s http://gems.github.com
ERROR:  Error installing technicalpickles-jeweler:
technicalpickles-jeweler requires git (&gt;= 1.1.1, runtime)</p>

<p>This is not talking about your git binary version, which at the time of this writing is 1.6.3.3. It&#8217;s talking about your git <em>gem</em>.</p>

<p>So just do a nice:</p>

<p>$ sudo gem install git</p>

<p>And you&#8217;re off. Rock on.</p>

<p>Now to go mess with <em>actual</em> rubygems problems&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://joshkim.org/2009/07/31/technicalpickles-jeweler-requires-git-1-1-1-runtime/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

