<?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: A web-focused Git workflow</title>
	<atom:link href="http://joemaller.com/990/a-web-focused-git-workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://joemaller.com/990/a-web-focused-git-workflow/</link>
	<description>.com</description>
	<lastBuildDate>Wed, 08 Feb 2012 10:14:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Philipp Ringli</title>
		<link>http://joemaller.com/990/a-web-focused-git-workflow/#comment-235019</link>
		<dc:creator>Philipp Ringli</dc:creator>
		<pubDate>Tue, 01 Nov 2011 15:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/?p=990#comment-235019</guid>
		<description>If you get these errors when pushing the empty repo ...
git push hub master
error: src refspec master does not match any.
error: failed to push some refs to &#039;/home/sitedir/site_hub.git&#039;

add a README file or something to your ~/www (prime).</description>
		<content:encoded><![CDATA[<p>If you get these errors when pushing the empty repo &#8230;<br />
git push hub master<br />
error: src refspec master does not match any.<br />
error: failed to push some refs to &#8216;/home/sitedir/site_hub.git&#8217;</p>
<p>add a README file or something to your ~/www (prime).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://joemaller.com/990/a-web-focused-git-workflow/#comment-234987</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 29 Sep 2011 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/?p=990#comment-234987</guid>
		<description>There are SQL commands to read the schema...</description>
		<content:encoded><![CDATA[<p>There are SQL commands to read the schema&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://joemaller.com/990/a-web-focused-git-workflow/#comment-234980</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Thu, 22 Sep 2011 08:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/?p=990#comment-234980</guid>
		<description>Git push says it was successful.. but when I check my public_html(the master branch) there are no files to be seen? </description>
		<content:encoded><![CDATA[<p>Git push says it was successful.. but when I check my public_html(the master branch) there are no files to be seen? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terranmoccasin</title>
		<link>http://joemaller.com/990/a-web-focused-git-workflow/#comment-234976</link>
		<dc:creator>Terranmoccasin</dc:creator>
		<pubDate>Mon, 19 Sep 2011 05:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/?p=990#comment-234976</guid>
		<description>Great article!  I&#039;m trying to set this up, but I am having some trouble with the hooks.  I am using an account that is in the sudoers file.  Pushing with the hook files as you posted gives me a permission denied error, but if I add change it to something like &quot;sudo git pull hub master&quot; I get an error still.  Do you know what could be causing the problem?</description>
		<content:encoded><![CDATA[<p>Great article!  I&#8217;m trying to set this up, but I am having some trouble with the hooks.  I am using an account that is in the sudoers file.  Pushing with the hook files as you posted gives me a permission denied error, but if I add change it to something like &#8220;sudo git pull hub master&#8221; I get an error still.  Do you know what could be causing the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haiyang</title>
		<link>http://joemaller.com/990/a-web-focused-git-workflow/#comment-234959</link>
		<dc:creator>Haiyang</dc:creator>
		<pubDate>Mon, 05 Sep 2011 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/?p=990#comment-234959</guid>
		<description>Thank you so much for sharing this. I find it very valuable.</description>
		<content:encoded><![CDATA[<p>Thank you so much for sharing this. I find it very valuable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://joemaller.com/990/a-web-focused-git-workflow/#comment-234956</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 04 Sep 2011 07:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/?p=990#comment-234956</guid>
		<description>Hello! What if you are dealing with user uploads from the server (like profile pics)? Would you include these files in the reposity or ignore them? if you would include them, how would you go about having the server commit these changes?

thanks!
david</description>
		<content:encoded><![CDATA[<p>Hello! What if you are dealing with user uploads from the server (like profile pics)? Would you include these files in the reposity or ignore them? if you would include them, how would you go about having the server commit these changes?</p>
<p>thanks!<br />
david</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samgalope</title>
		<link>http://joemaller.com/990/a-web-focused-git-workflow/#comment-234943</link>
		<dc:creator>Samgalope</dc:creator>
		<pubDate>Sun, 21 Aug 2011 13:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/?p=990#comment-234943</guid>
		<description>Thank you soooooo much!!! I have been doing back flips and calling on the gods of linux just to understand and actually implement the Git workflow. I just wish databases can also be Git-ed. Anyway, I&#039;ll be quoting you on my blog at samgalope.org.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you soooooo much!!! I have been doing back flips and calling on the gods of linux just to understand and actually implement the Git workflow. I just wish databases can also be Git-ed. Anyway, I&#8217;ll be quoting you on my blog at samgalope.org.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Hussey</title>
		<link>http://joemaller.com/990/a-web-focused-git-workflow/#comment-234915</link>
		<dc:creator>Gary Hussey</dc:creator>
		<pubDate>Wed, 27 Jul 2011 16:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/?p=990#comment-234915</guid>
		<description>So if one of the developers needs to change the schema you&#039;re handling it manually?</description>
		<content:encoded><![CDATA[<p>So if one of the developers needs to change the schema you&#8217;re handling it manually?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 2/4 queries in 0.003 seconds using disk: basic
Object Caching 245/246 objects using disk: basic

Served from: joemaller.com @ 2012-02-08 19:03:12 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          990/a-web-focused-git-workflow/feed/_index.xml_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.393s
Header info:
Set-Cookie:         bb2_screener_=1328745792+38.107.179.220+38.107.179.220; path=/
X-Pingback:         http://joemaller.com/wordpress/xmlrpc.php
Link:               <http://joemaller.com/?p=990>; rel=shortlink
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Thu, 09 Feb 2012 00:03:12 GMT
Vary:               Accept-Encoding, Cookie
Expires:            Thu, 09 Feb 2012 01:03:12 GMT
Pragma:             public
Cache-Control:      public, must-revalidate, proxy-revalidate
Etag:               43d821b4cbb5d68452ff5dd080b68858
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Encoding:   gzip
-->
