No commit activity in last 3 years
No release in over 3 years
Simple command-line tool to tag stories from Pivotal Tracker in git commits. Uses git hooks.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3
 Project Readme

#Tracker Git Hook

Simple command-line tool for Pivotal Tracker story integration with git.

All it does

is put the story id into your commit message like this:

  This is a commit message
  
  [#12345]

If there's already a tag in there it won't overwrite it.

If you put 'finished' it will stop tracking the story

That's it.

Usage

$ story <story_id> will set your current story id

$ story will print the current story id

$ story finish will unset the current story id