<?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>spiral_code &#187; git</title>
	<atom:link href="http://blog.trydionel.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.trydionel.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 00:35:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Announcing Git Pivotal</title>
		<link>http://blog.trydionel.com/2010/01/30/announcing-git-pivotal/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=announcing-git-pivotal</link>
		<comments>http://blog.trydionel.com/2010/01/30/announcing-git-pivotal/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 21:30:48 +0000</pubDate>
		<dc:creator>Jeff Tucker</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git pivotal]]></category>
		<category><![CDATA[pivotal tracker]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.trydionel.com/?p=103</guid>
		<description><![CDATA[<p>I'm pleased to release the (highly alpha) Git Pivotal gem!  This gem contains a toolkit to smooth the integration between git and Pivotal Tracker. <a href="http://github.com/trydionel/git-pivotal">Learn more at github.</a></p> <a href="http://blog.trydionel.com/2010/01/30/announcing-git-pivotal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Using git effectively</h2>
<p>Like most of the developer blogosphere, I was thoroughly excited to read Vincent Driessen&#8217;s post on <a href="http://nvie.com/archives/323">branch management in git.</a>  It captured a simple and repeatable methodology for extracting a great deal of power from git without having to really dive down into its belly.  Given that Vincent&#8217;s methodology relies heavily on feature and bugfix branches, I began looking for techniques on combining <a href="http://www.pivotaltracker.com">Pivotal Tracker</a> &mdash; which I&#8217;ve been using recently for all of my project management needs &mdash; with git.  I found some advice in Rein Henrichs&#8217; article which suggests <a href="http://reinh.com/blog/2009/03/02/a-git-workflow-for-agile-teams.html">using Pivotal Tracker story ids as branch identifiers</a>, but not much else on how to really tighten the two together.</p>
<h2>Moving towards smoother integration</h2>
<p>Further Googling didn&#8217;t reveal any tools to aide my new objective, so I set out to create my own toolkit.  After a few evenings digging through Pivotal Tracker&#8217;s API (which actually changed from v2 to v3 while I worked <img src='http://blog.trydionel.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ), I&#8217;m ready to announce my work: <a href="http://github.com/trydionel/git-pivotal">Git Pivotal</a>.  It&#8217;s a very alpha release currently, but I have some work in development that will (hopefully) stabilize it soon.</p>
<h2>Git Pick</h2>
<p>The first (and currently only) tool is <code>git pick</code>.  After <a href="http://github.com/trydionel/git-pivotal#config">some simple configuration</a>, this will grab your top-most available feature story from Pivotal Tracker, display some simple info about it and offer to create a feature branch for it off of your current branch.</p>
<h2>What&#8217;s coming</h2>
<p>I plan to add some additional commands for marking current feature branches as finished, managing bugs and bugfix branches and possibly integrating release stories as well.  If you&#8217;re a fan of git and Pivotal Tracker, keep an eye on this project!</p>
<p>So what do you think?  Is this useful?  Share your thoughts below!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.trydionel.com/2010/01/30/announcing-git-pivotal/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
