0.01
No commit activity in last 3 years
No release in over 3 years
Helps include pivotal story id and description in commit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

git-storyid

Helps to attach Pivotal Tracker story id to git commit.

Installation

gem install git-storyid

Usage

git storyid -m "Initial implementation of campaign tags"
# Api token (https://www.pivotaltracker.com/profile): a56f0e9a4fbXXXXXXXXXXXXXX
# Use SSL (y/n): y
# Your pivotal initials (e.g. BG): BG
# Project ID: 494XXX

Interactive menu to select an ID of Started stories

[1] Removing Billing Page
[2] Welcome Email
[3] Email Shares -  Capture
[4] Speed up activities by dates aggregation
[5] Mass Email to Customer List - thurs AM
[6] Investigate production error
[7] Tag campaign insertion points and campaigns with an identifier

Indexes(csv): 7
[campaign-tags 3020407]  [#44116647] Initial implementation of campaign tags
 1 file changed, 1 insertion(+), 2 deletions(-)

Result commit:

commit 3020407e92cb125083cf50ad494ff15169a7f2e6
Author: Bogdan Gusiev <agresso@gmail.com>
Date:   Fri Mar 15 12:42:32 2013 +0200

[#44116647] Initial implementation of campaign tags

Feature: Tag campaign insertion points and 
campaigns with an identifier, 
so only campaigns with matching identifier will get shown

Supported options

-m, --message [MESSAGE]          Add addional MESSAGE to comit
-f, --finish                     Specify that this commit finishes a story or fixes a bug
-d, --deliver                    Specify that this commit delivers a story or a bug