<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:ent="http://www.purl.org/NET/ENT/1.0/">
  <channel>
    <title>Curiouser and Curiouser! on version-control</title>
    <link>http://matt.blogs.it/</link>
    <description>RSS feed for topic version-control</description>
    <copyright>Copyright 2008 Matt Mower. Some rights reserved.</copyright>
    <generator>Squib/0.5.0.382</generator>
    <managingEditor>self@mattmower.com</managingEditor>
    <webMaster>self@mattmower.com</webMaster>
    <language>en-gb</language>
    <item>
      <title>Experimenting with Git</title>
      <link>http://matt.blogs.it/entries/00002765.html</link>
      <pubDate>Sun, 13 Jan 2008 11:57:34 +0000</pubDate>
      <description>&lt;p&gt;All the cool kids are doing it so, despite having a fair old investment in &lt;a href="http://subversion.tigris.org/"&gt;Subversion&lt;/a&gt;, I am now experimenting with &lt;a href="http://git.or.cz/"&gt;Git&lt;/a&gt;. Since I have spare &lt;a href="http://peepcode.com/"&gt;Peepcode&lt;/a&gt; credits I got the &lt;a href="http://peepcode.com/products/git"&gt;Git peepcode&lt;/a&gt; which turns out to be a great introduction to what Git does best: easy branch and merge.&lt;/p&gt;

&lt;p&gt;At the moment I am trying to work through how deployment with Capistrano is going to go. My first thought is to have a "deploy" branch from which all deployment happens. Every time you want to deploy you merge to the deploy branch then fire up Capistrano. Is that more work than I need? The alternative is just deploying from master but that seems a little haphazard.&lt;/p&gt;

&lt;p&gt;I'm also weighing up how to collaborate. For some projects setting up a central repository to track the master branch using SSH and &lt;code&gt;git-shell&lt;/code&gt; is appropriate. There is also &lt;a href="http://gitorious.org/"&gt;Gitorius&lt;/a&gt; which looks promising for open source projects. One of the ideas I always liked from Darcs was the ability to send patches via email. That always struck me as a good way to bootstrap a project.&lt;/p&gt;

&lt;p&gt;Early days but I like Git so far.&lt;/p&gt;</description>
      <guid isPermaLink="true">http://matt.blogs.it/entries/00002765.html</guid>
      <ent:cloud ent:href="http://matt.blogs.it/topics/">
      </ent:cloud>
    </item>
  </channel>
</rss>
