<?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 for Djief's Blog</title>
	<atom:link href="http://jfcouture.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jfcouture.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Mar 2012 09:32:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Installing Git on Mac OS X by Thomas</title>
		<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-26557</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 21 Mar 2012 09:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-26557</guid>
		<description>Thanks a lot for the hints. It&#039;s still valid on Mac OS X Lion. Here&#039;s what I had to do in order to convert an existing svn repository into git:

&lt;code&gt;
sudo port install subversion-perlbindings
sudo port install git-core +svn
sudo gem install svn2git
&lt;/code&gt;

(assuming macports is installed)

Then I was able to run svn2git  to do all the magic.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the hints. It&#8217;s still valid on Mac OS X Lion. Here&#8217;s what I had to do in order to convert an existing svn repository into git:</p>
<p><code><br />
sudo port install subversion-perlbindings<br />
sudo port install git-core +svn<br />
sudo gem install svn2git<br />
</code></p>
<p>(assuming macports is installed)</p>
<p>Then I was able to run svn2git  to do all the magic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3 WordPress Plugins You Need by christopher</title>
		<link>http://jfcouture.com/2007/07/19/3-wordpress-plugins-you-need/#comment-24817</link>
		<dc:creator>christopher</dc:creator>
		<pubDate>Sun, 02 Oct 2011 13:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/07/19/3-wordpress-plugins-you-need/#comment-24817</guid>
		<description>[...]   3 Wordpress Plugins You Need [...]</description>
		<content:encoded><![CDATA[<p>[...]   3 WordPress Plugins You Need [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Garden Gnome At Code Genome by Pierre Olivier</title>
		<link>http://jfcouture.com/2008/10/04/new-garden-gnome-at-code-genome/#comment-3030</link>
		<dc:creator>Pierre Olivier</dc:creator>
		<pubDate>Sun, 05 Oct 2008 14:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/10/04/new-garden-gnome-at-code-genome/#comment-3030</guid>
		<description>Thanks Djief! I&#039;m very pleased to join this great team of garden gnomes! (Can I be the middle one in the picture? He looks damn happy!) I think I&#039;m gonna learn a lot with you guys and soon become the ninja I&#039;ve always dreamed to be when I was kid (although it didn&#039;t involve computers at that time!).</description>
		<content:encoded><![CDATA[<p>Thanks Djief! I&#8217;m very pleased to join this great team of garden gnomes! (Can I be the middle one in the picture? He looks damn happy!) I think I&#8217;m gonna learn a lot with you guys and soon become the ninja I&#8217;ve always dreamed to be when I was kid (although it didn&#8217;t involve computers at that time!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 80% of Rails Developers To Switch To Git Before Christmas &#8217;08: How To Get Ahead And Start Now by Gary Haran.com &#187; Step By Step Subversion Branching And Merging</title>
		<link>http://jfcouture.com/2007/12/09/80-of-rails-developers-to-switch-to-git-before-christmas-08-how-to-get-ahead-and-start-now/#comment-719</link>
		<dc:creator>Gary Haran.com &#187; Step By Step Subversion Branching And Merging</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/09/80-of-rails-developers-to-switch-to-git-before-christmas-08-how-to-get-ahead-and-start-now/#comment-719</guid>
		<description>[...] is being phased out in favor of git so if you are just starting a project I recommend you hop on the git bandwagon right away. If you [...]</description>
		<content:encoded><![CDATA[<p>[...] is being phased out in favor of git so if you are just starting a project I recommend you hop on the git bandwagon right away. If you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Various Tips For Setting Up Git: Improve Gitk Look And Get Bash Completion by Programblings &#187; Blog Archive &#187; The illustrated guide to recovering lost commits with Git</title>
		<link>http://jfcouture.com/2007/12/18/various-tips-for-setting-up-git-improve-gitk-look-and-get-bash-completion/#comment-716</link>
		<dc:creator>Programblings &#187; Blog Archive &#187; The illustrated guide to recovering lost commits with Git</dc:creator>
		<pubDate>Sun, 08 Jun 2008 03:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/18/various-tips-for-setting-up-git-improve-gitk-look-and-get-bash-completion/#comment-716</guid>
		<description>[...] [2] See how to configure your console in the same manner and also get auto-completion for Git here. [...]</description>
		<content:encoded><![CDATA[<p>[...] [2] See how to configure your console in the same manner and also get auto-completion for Git here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Moving To Git: How To Really Understand And Master Git by Github Launches With Cool Visualization Tool &#8212; Djief&#8217;s Blog</title>
		<link>http://jfcouture.com/2008/04/02/rails-moving-to-git-how-to-really-understand-and-master-git/#comment-461</link>
		<dc:creator>Github Launches With Cool Visualization Tool &#8212; Djief&#8217;s Blog</dc:creator>
		<pubDate>Fri, 11 Apr 2008 01:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/04/02/rails-moving-to-git-how-to-really-understand-and-master-git/#comment-461</guid>
		<description>[...] I didn&#8217;t think I would blog about the launch of github, because I thought it was pretty meh. Sure it&#8217;s nice to put your projects on it and be able to fork other projects, but it was still pretty useless as there was no way of visualizing all the branches (git is all about the commit graph). [...]</description>
		<content:encoded><![CDATA[<p>[...] I didn&#8217;t think I would blog about the launch of github, because I thought it was pretty meh. Sure it&#8217;s nice to put your projects on it and be able to fork other projects, but it was still pretty useless as there was no way of visualizing all the branches (git is all about the commit graph). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Git on Mac OS X by Gary Haran.com &#187; GitHub Launched!</title>
		<link>http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-460</link>
		<dc:creator>Gary Haran.com &#187; GitHub Launched!</dc:creator>
		<pubDate>Thu, 10 Apr 2008 20:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2007/12/16/installing-git-on-mac-os-x/#comment-460</guid>
		<description>[...] If you are using OS X I recommend you check out Djief&#8217;s blog to learn how to install Git on OS X. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you are using OS X I recommend you check out Djief&#8217;s blog to learn how to install Git on OS X. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails Moving To Git: How To Really Understand And Master Git by Luke Randall</title>
		<link>http://jfcouture.com/2008/04/02/rails-moving-to-git-how-to-really-understand-and-master-git/#comment-453</link>
		<dc:creator>Luke Randall</dc:creator>
		<pubDate>Thu, 03 Apr 2008 08:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/04/02/rails-moving-to-git-how-to-really-understand-and-master-git/#comment-453</guid>
		<description>Hey, I just wanted to say thank you for your tutorials on using git. It was your Guerilla Guide to Git that convinced me to try Git out, since I was happily using SVN &amp; Beanstalk prior to that. So I was happy that I&#039;d be able to try Git but still use Beanstalk.

Needless to say, a couple of weeks and a GitHub invite later and my Beanstalk account is lying dormant. Git is awesome.

But yeah, thanks for what you&#039;re doing. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Hey, I just wanted to say thank you for your tutorials on using git. It was your Guerilla Guide to Git that convinced me to try Git out, since I was happily using SVN &amp; Beanstalk prior to that. So I was happy that I&#8217;d be able to try Git but still use Beanstalk.</p>
<p>Needless to say, a couple of weeks and a GitHub invite later and my Beanstalk account is lying dormant. Git is awesome.</p>
<p>But yeah, thanks for what you&#8217;re doing. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Set Up A Git Server by jfcouture</title>
		<link>http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-424</link>
		<dc:creator>jfcouture</dc:creator>
		<pubDate>Wed, 06 Feb 2008 17:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-424</guid>
		<description>It depends on the kind of mess you created. Take a look at the git reset command. It can be used to completely destroy revisions. However, if that is on public repo, then it&#039;s very dangerous. If other people cloned the repo and have commits based on the revision you destroyed, it&#039;s going to be painful to recover from that.</description>
		<content:encoded><![CDATA[<p>It depends on the kind of mess you created. Take a look at the git reset command. It can be used to completely destroy revisions. However, if that is on public repo, then it&#8217;s very dangerous. If other people cloned the repo and have commits based on the revision you destroyed, it&#8217;s going to be painful to recover from that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Set Up A Git Server by Derek Mahar</title>
		<link>http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-423</link>
		<dc:creator>Derek Mahar</dc:creator>
		<pubDate>Wed, 06 Feb 2008 17:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://jfcouture.com/2008/01/20/how-to-set-up-a-git-server/#comment-423</guid>
		<description>Do any of the Git hosts other than repo.or.cz allow you to delete your project or the project Git repo?  I appreciate repo.or.cz, but one of its drawbacks is that it doesn&#039;t allow you to delete a project or your project Git repo in case you ever mess up your project Git repo and want to re-create it.

Does Git allow a user to delete and re-create the master branch in a remote repository?  This would solve the problem on repo.or.cz that I mention above.</description>
		<content:encoded><![CDATA[<p>Do any of the Git hosts other than repo.or.cz allow you to delete your project or the project Git repo?  I appreciate repo.or.cz, but one of its drawbacks is that it doesn&#8217;t allow you to delete a project or your project Git repo in case you ever mess up your project Git repo and want to re-create it.</p>
<p>Does Git allow a user to delete and re-create the master branch in a remote repository?  This would solve the problem on repo.or.cz that I mention above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.357 seconds -->

