#Git Pivotal ##Prelude You might want to have [this song](http://www.dailymotion.com/video/x9vzh0_olivia-newton-john-lets-get-physica_music) running in the background while you read this. ##Let's Git Pivotal Inspired by [Hashrocket's blend of git and Pivotal Tracker](http://reinh.com/blog/2009/03/02/a-git-workflow-for-agile-teams.html) and [a popular article on effective git workflows](http://nvie.com/archives/323), I set off to create a set of utilities to simplify the workflow between the two. ###Git Pick This selects the top-most available feature from your Pivotal Tracker, and offers to create a feature branch. 1 git-pick:master % git pick Collecting latest stories from Pivotal Tracker... Story: Test git pivotal URL: http://www.pivotaltracker.com/story/show/1234567 Accept this story? (Yn): y Suggested branch: feature-1234567 Accept this name? (Yn): y Creating feature-1234567 branch... Updating story status in Pivotal Tracker... 2 git-pick:feature-1234567 % ##Installation To install git-pivotal, simply run [sudo] gem install git-pivotal