<?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>Edmonds Commerce &#187; git</title>
	<atom:link href="http://www.edmondscommerce.co.uk/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edmondscommerce.co.uk</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:14:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Git Search History for Specific Line of Code or String</title>
		<link>http://www.edmondscommerce.co.uk/git/git-search-history-for-specific-line-of-code-or-string/</link>
		<comments>http://www.edmondscommerce.co.uk/git/git-search-history-for-specific-line-of-code-or-string/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 11:18:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2749</guid>
		<description><![CDATA[If you need to track down exactly how and when a particular change happened and you are not even sure exactly where it is (perhaps because its no longer present but you are not totally sure where it was supposed to be) then this little trick can be a life saver. You can search git [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/git/git-search-history-for-specific-line-of-code-or-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly make a deploy folder from git</title>
		<link>http://www.edmondscommerce.co.uk/git/quickly-make-a-deploy-folder-from-git/</link>
		<comments>http://www.edmondscommerce.co.uk/git/quickly-make-a-deploy-folder-from-git/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 17:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[helpful tips]]></category>
		<category><![CDATA[live deployment]]></category>
		<category><![CDATA[one-liners]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2728</guid>
		<description><![CDATA[I needed to quickly generate a deploy folder that included all changes in the last two weeks. Using git and a little bit of bash magic I was able to put together a one liner to do this. This works we use a public folder within our git structure which makes filtering the files easy, [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/git/quickly-make-a-deploy-folder-from-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Git Install 1.7.5 and Why</title>
		<link>http://www.edmondscommerce.co.uk/git/ubuntu-git-install-1-7-4-and-why/</link>
		<comments>http://www.edmondscommerce.co.uk/git/ubuntu-git-install-1-7-4-and-why/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 12:42:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[whitespace]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=2319</guid>
		<description><![CDATA[If you use Git a lot, you probably want to run the latest version. Scroll down for some reasons why. The standard repository version for Ubuntu is 1.7.1, the current latest is 1.7.5 and there are some significant differences. How to Upgrade Git To get 1.7.5 on Ubuntu without too much messing about you can [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/git/ubuntu-git-install-1-7-4-and-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Git on Centos 5 &#8211; Install EPEL on Centos</title>
		<link>http://www.edmondscommerce.co.uk/git/install-git-on-centos-5-install-epel-on-centos/</link>
		<comments>http://www.edmondscommerce.co.uk/git/install-git-on-centos-5-install-epel-on-centos/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 16:35:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/?p=1791</guid>
		<description><![CDATA[To install Git on a Centos server you need to install something called EPEL first. This is an extra repository of apps which you need to have accessible in order to install Git. I tried other tutorials on the net that were quite extensive but didn't work. In the end its just two commands: 1. [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/git/install-git-on-centos-5-install-epel-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Git to Track DB Schema Changes with Git Hook</title>
		<link>http://www.edmondscommerce.co.uk/git/using-git-to-track-db-schema-changes-with-git-hook/</link>
		<comments>http://www.edmondscommerce.co.uk/git/using-git-to-track-db-schema-changes-with-git-hook/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 10:48:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[pre-commit]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1333</guid>
		<description><![CDATA[If you use Git for version control and you would like to also keep a track of your database schema (and possibly content though I'm not doing that due to potential file sizes / speed issues) then all you need to do is this simple step: 1. Go to your project folder and into the [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/git/using-git-to-track-db-schema-changes-with-git-hook/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Git Ignore All Files Except PHP etc + Solution</title>
		<link>http://www.edmondscommerce.co.uk/git/git-ignore-all-files-except-php-etc-solution/</link>
		<comments>http://www.edmondscommerce.co.uk/git/git-ignore-all-files-except-php-etc-solution/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 09:41:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[ignore]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1092</guid>
		<description><![CDATA[Using Git for version control is great, but if like my you work on a lot of different projects then everything you can do to save time setting Git up is well worth it. One of the features of Git is the ability to only track certain files and ignore other files. For me that [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/git/git-ignore-all-files-except-php-etc-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

