Project

git-ticket

0.01
No commit activity in last 3 years
No release in over 3 years
Checkout, create, delete or list ticket branches
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
Usage: git-ticket [OPTION] TICKET

Checkout, create, delete or list ticket branches.

Based on the git workflow described in
  http://reinh.com/blog/2009/03/02/a-git-workflow-for-agile-teams.html

NOTE: Currently designed to work with Redmine only.

Synopsis:
  git ticket <ticket>
  git ticket [-i, --interactive] (-b, --branch) <ticket>
  git ticket (-d, --delete) <ticket>
  git ticket (-l, --list)

Options:
  -i, --interactive    Interactive mode.
  -b, --branch         Create a new ticket branch.
  -d, --delete         Delete a ticket branch.
  -l, --list           List all ticket branches.
  -h, --help           You're reading it.