<?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: Installing GIT on bluehost</title>
	<atom:link href="http://www.brintech.net/installing-git-on-bluehost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brintech.net/installing-git-on-bluehost/</link>
	<description>Gospel study notes and technical journal</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:53:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John Steele</title>
		<link>http://www.brintech.net/installing-git-on-bluehost/comment-page-1/#comment-223</link>
		<dc:creator>John Steele</dc:creator>
		<pubDate>Sat, 18 Jun 2011 20:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.brintech.net/?p=432#comment-223</guid>
		<description>Worked perfectly today with 1.7.5.4:

cd ~dl
wget http://kernel.org/pub/software/scm/git/git-1.7.5.4.tar.bz2
# check the latest Git version here: http://git-scm.com/
tar -xjvf git-1.7.5.4.tar.bz2
cd git-1.7.5.4
make
# mkdir ~/bin if the directory does not exist
make install</description>
		<content:encoded><![CDATA[<p>Worked perfectly today with 1.7.5.4:</p>
<p>cd ~dl<br />
wget <a href="http://kernel.org/pub/software/scm/git/git-1.7.5.4.tar.bz2" rel="nofollow">http://kernel.org/pub/software/scm/git/git-1.7.5.4.tar.bz2</a><br />
# check the latest Git version here: <a href="http://git-scm.com/" rel="nofollow">http://git-scm.com/</a><br />
tar -xjvf git-1.7.5.4.tar.bz2<br />
cd git-1.7.5.4<br />
make<br />
# mkdir ~/bin if the directory does not exist<br />
make install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James DiGiacomo</title>
		<link>http://www.brintech.net/installing-git-on-bluehost/comment-page-1/#comment-221</link>
		<dc:creator>James DiGiacomo</dc:creator>
		<pubDate>Tue, 14 Jun 2011 07:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.brintech.net/?p=432#comment-221</guid>
		<description>Great tutorial. Perfect run with git-1.7.5.4. Thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial. Perfect run with git-1.7.5.4. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cole</title>
		<link>http://www.brintech.net/installing-git-on-bluehost/comment-page-1/#comment-209</link>
		<dc:creator>Cole</dc:creator>
		<pubDate>Mon, 18 Apr 2011 17:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.brintech.net/?p=432#comment-209</guid>
		<description>Wow! Thanks so much. This went off without a hitch! Now I have git installed. No more stupid FTPing for me! Thanks a million!

@alex benke - I didn&#039;t have to deal with the &#039;true&#039; error either. Just &#039;make&#039;, &#039;make install&#039; and everything was good to go. I love it when things just work!</description>
		<content:encoded><![CDATA[<p>Wow! Thanks so much. This went off without a hitch! Now I have git installed. No more stupid FTPing for me! Thanks a million!</p>
<p>@alex benke &#8211; I didn&#8217;t have to deal with the &#8216;true&#8217; error either. Just &#8216;make&#8217;, &#8216;make install&#8217; and everything was good to go. I love it when things just work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Woo</title>
		<link>http://www.brintech.net/installing-git-on-bluehost/comment-page-1/#comment-196</link>
		<dc:creator>Dennis Woo</dc:creator>
		<pubDate>Mon, 21 Feb 2011 23:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brintech.net/?p=432#comment-196</guid>
		<description>Thanks so much!  Was able to get git running on my bluehost through your tut!</description>
		<content:encoded><![CDATA[<p>Thanks so much!  Was able to get git running on my bluehost through your tut!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex benke</title>
		<link>http://www.brintech.net/installing-git-on-bluehost/comment-page-1/#comment-48</link>
		<dc:creator>alex benke</dc:creator>
		<pubDate>Sun, 07 Nov 2010 02:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brintech.net/?p=432#comment-48</guid>
		<description>Seems bluehost no longer has the &#039;true&#039; problem.  my git 1.7.3.1 compiled and installed without an issue. thanks much for the guide!!</description>
		<content:encoded><![CDATA[<p>Seems bluehost no longer has the &#8216;true&#8217; problem.  my git 1.7.3.1 compiled and installed without an issue. thanks much for the guide!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Aveiga</title>
		<link>http://www.brintech.net/installing-git-on-bluehost/comment-page-1/#comment-34</link>
		<dc:creator>Luis Aveiga</dc:creator>
		<pubDate>Mon, 12 Jul 2010 02:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.brintech.net/?p=432#comment-34</guid>
		<description>Thanks for the info... I&#039;m learning about software versioning systems and it seems that GIT is one of the best options... THANKS!</description>
		<content:encoded><![CDATA[<p>Thanks for the info&#8230; I&#8217;m learning about software versioning systems and it seems that GIT is one of the best options&#8230; THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbrinson</title>
		<link>http://www.brintech.net/installing-git-on-bluehost/comment-page-1/#comment-7</link>
		<dc:creator>mbrinson</dc:creator>
		<pubDate>Thu, 01 Oct 2009 16:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.brintech.net/?p=432#comment-7</guid>
		<description>No problem Colin.  Actually this is someone else&#039;s tutorial (link at the bottom of the post where it says &quot;via: .....&quot;
I use wordpress for notetaking for myself and a lot of that is comprised of stuff I find while googling for answers to problems and I just put it in my post in case the site I find it at ever goes down.  :)</description>
		<content:encoded><![CDATA[<p>No problem Colin.  Actually this is someone else&#8217;s tutorial (link at the bottom of the post where it says &#8220;via: &#8230;..&#8221;<br />
I use wordpress for notetaking for myself and a lot of that is comprised of stuff I find while googling for answers to problems and I just put it in my post in case the site I find it at ever goes down.  <img src='http://www.brintech.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.brintech.net/installing-git-on-bluehost/comment-page-1/#comment-6</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 01 Oct 2009 06:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.brintech.net/?p=432#comment-6</guid>
		<description>Thanks tons for your tutorial! This is exactly the help I was searching for.</description>
		<content:encoded><![CDATA[<p>Thanks tons for your tutorial! This is exactly the help I was searching for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

