<?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: Beginning Source Code Management With GIT Tutorial Part 1</title>
	<atom:link href="http://codingrecipes.com/beginning-source-code-management-with-git-tutorial-part-1/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com/beginning-source-code-management-with-git-tutorial-part-1</link>
	<description></description>
	<lastBuildDate>Tue, 01 May 2012 00:54:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: M. L. Prince</title>
		<link>http://codingrecipes.com/beginning-source-code-management-with-git-tutorial-part-1/comment-page-1#comment-3867</link>
		<dc:creator>M. L. Prince</dc:creator>
		<pubDate>Fri, 18 Nov 2011 14:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://codingrecipes.com/?p=822#comment-3867</guid>
		<description>Oh, what an excellent and quick tutorial on Git.

I got the entire overview from this tutorial.
Numerous thanks to you.
Wish you all the best !! :-)</description>
		<content:encoded><![CDATA[<p>Oh, what an excellent and quick tutorial on Git.</p>
<p>I got the entire overview from this tutorial.<br />
Numerous thanks to you.<br />
Wish you all the best !! <img src='http://codingrecipes.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codehead</title>
		<link>http://codingrecipes.com/beginning-source-code-management-with-git-tutorial-part-1/comment-page-1#comment-1396</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Tue, 19 Oct 2010 03:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://codingrecipes.com/?p=822#comment-1396</guid>
		<description>Scott, thanks for you comment, I usually write this quick tutorials to get people started but for details the GIT docs have all the things you need.

It&#039;s also easy to make a remote repo , there are tons of tutorials out there, I guess I should write one though.

As for me, I use Cyberduck FTP client, and it basically let&#039;s you treat a remote FTP folder as a local folder, so whatever you do, add, edit or delete takes effect immediately.

So I have a test location for every site that is a mirror of the real site thus it&#039;s using the same exact database too, I open the &#039;test&#039; folder with Cyberduck and edit the files using Komodo Edit and as I hit save, they are updated! Then when everything is all good I upload all the files to the live site, but I guess I could use GIT for this last bit...

I hope this helps.</description>
		<content:encoded><![CDATA[<p>Scott, thanks for you comment, I usually write this quick tutorials to get people started but for details the GIT docs have all the things you need.</p>
<p>It&#8217;s also easy to make a remote repo , there are tons of tutorials out there, I guess I should write one though.</p>
<p>As for me, I use Cyberduck FTP client, and it basically let&#8217;s you treat a remote FTP folder as a local folder, so whatever you do, add, edit or delete takes effect immediately.</p>
<p>So I have a test location for every site that is a mirror of the real site thus it&#8217;s using the same exact database too, I open the &#8216;test&#8217; folder with Cyberduck and edit the files using Komodo Edit and as I hit save, they are updated! Then when everything is all good I upload all the files to the live site, but I guess I could use GIT for this last bit&#8230;</p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://codingrecipes.com/beginning-source-code-management-with-git-tutorial-part-1/comment-page-1#comment-1395</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 18 Oct 2010 05:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://codingrecipes.com/?p=822#comment-1395</guid>
		<description>Thanks, nice little tutorial.  It would be cool for you to tell us what the -a -m means, those are not the options I usually use, but others may get confused.

A spelling issue: &quot;obvioud&quot;.

Other than that, looks great.  I was looking for a tut on how to do local and remote web development with git, just the basics.  Right now, I local dev, and just copy the files up by hand, but if a project gets large, tracking the files is harder, and I now that is just what git is for.  I have a feeling keeping the databases in sync is going to be an issue too.</description>
		<content:encoded><![CDATA[<p>Thanks, nice little tutorial.  It would be cool for you to tell us what the -a -m means, those are not the options I usually use, but others may get confused.</p>
<p>A spelling issue: &#8220;obvioud&#8221;.</p>
<p>Other than that, looks great.  I was looking for a tut on how to do local and remote web development with git, just the basics.  Right now, I local dev, and just copy the files up by hand, but if a project gets large, tracking the files is harder, and I now that is just what git is for.  I have a feeling keeping the databases in sync is going to be an issue too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

