<?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>Wetware &#187; git</title>
	<atom:link href="http://www.wetware.co.nz/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Thu, 01 Sep 2011 09:25:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To &#8211; Installing Ruby on Rails on Ubuntu Lucid Lynx 10.04 Server</title>
		<link>http://www.wetware.co.nz/2010/09/how-to-installing-ruby-on-rails-on-ubuntu-lucid-lynx-10-04-server/</link>
		<comments>http://www.wetware.co.nz/2010/09/how-to-installing-ruby-on-rails-on-ubuntu-lucid-lynx-10-04-server/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 05:55:58 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[paperclip]]></category>
		<category><![CDATA[phusion passenger]]></category>
		<category><![CDATA[ruby enterprise]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=793</guid>
		<description><![CDATA[Install required packages sudo apt-get install build-essential git-core zlib1g-dev libssl-dev libreadline5-dev The required packages for installing Ruby Enterprise, and Git thrown in for good measure. Install Ruby Enterprise Download ruby-enterprise-1.8.7-2010.02.tar.gz &#38; Install wget http://rubyforge.org/frs/download.php/71096/ruby-enterprise-1.8.7-2010.02.tar.gz tar xzvf ruby-enterprise-1.8.7-2010.02.tar.gz sudo ./ruby-enterprise-1.8.7-2010.02/installer May take a long time to get past the &#8220;Generating RI&#8230;&#8221; bit Also, ignore the  &#8221;The following [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/09/how-to-installing-ruby-on-rails-on-ubuntu-lucid-lynx-10-04-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>what changes did I just pull from git?</title>
		<link>http://www.wetware.co.nz/2010/05/what-changes-did-i-just-pull-from-git/</link>
		<comments>http://www.wetware.co.nz/2010/05/what-changes-did-i-just-pull-from-git/#comments</comments>
		<pubDate>Fri, 14 May 2010 04:12:35 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=711</guid>
		<description><![CDATA[Ever wanted to see what changes you just pulled from github? This little command will show you the changes for the last commit, if the pull resulted in more commits being pulled then add a couple more &#8216;^&#8217;s to HEAD^ git diff HEAD^ HEAD]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/05/what-changes-did-i-just-pull-from-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git cherry-pick</title>
		<link>http://www.wetware.co.nz/2010/05/git-cherry-pick/</link>
		<comments>http://www.wetware.co.nz/2010/05/git-cherry-pick/#comments</comments>
		<pubDate>Fri, 14 May 2010 01:15:24 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=708</guid>
		<description><![CDATA[cherry-pick is a useful Git command, especially if you are working in an Agile team. We used it for the first time today on our project. Team member A lets call him &#8220;James&#8221; made a feature and put it onto master. Team member B lets call him &#8220;Jordan&#8221; later refactered some code from &#8220;James&#8221;&#8216;s feature.  [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/05/git-cherry-pick/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Git /usr/local/lib/liblber &amp; /usr/local/lib/libldap_r no version information available error</title>
		<link>http://www.wetware.co.nz/2010/04/git-usrlocallibliblber-usrlocalliblibldap_r-no-version-information-available-error/</link>
		<comments>http://www.wetware.co.nz/2010/04/git-usrlocallibliblber-usrlocalliblibldap_r-no-version-information-available-error/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 22:28:47 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Server Config]]></category>
		<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=679</guid>
		<description><![CDATA[I just updated my system today and rebooted (I like to reboot once a couple weeks&#8230;) and git started freeking out on me. I tried to git add ap [tab tab] but &#8220;git: /usr/local/lib/liblber-2.4.so.2: no version information available (required by /usr/lib/libcurl-gnutls.so.4)&#8221; would pop up before the auto-complete and mess everything up. I could continue without [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/04/git-usrlocallibliblber-usrlocalliblibldap_r-no-version-information-available-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t Access Github behind proxy or Firewall</title>
		<link>http://www.wetware.co.nz/2010/03/cant-access-github-behind-proxy-or-firewall/</link>
		<comments>http://www.wetware.co.nz/2010/03/cant-access-github-behind-proxy-or-firewall/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 09:45:34 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Server Config]]></category>
		<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[corkscrew]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github.com]]></category>
		<category><![CDATA[http proxy]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=663</guid>
		<description><![CDATA[Use corkscrew to get through the firewall. You will have to install it from source. website: http://www.agroman.net/corkscrew/ Now edit your ~/.ssh/config file, create it if you haven&#8217;t got one. &#62; cat ~/.ssh/config Host gitproxy User git Hostname ssh.github.com Port 443 ProxyCommand /usr/local/bin/corkscrew proxy.example.com 3128 %h %p IdentityFile /home/jordan/.ssh/id_rsa Now use this proxy when cloning git [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2010/03/cant-access-github-behind-proxy-or-firewall/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

