public
Fork of schacon/ticgit
Description: Git based distributed ticketing system, including a command line client and web viewer
Clone URL: git://github.com/cyberlync/ticgit.git
Search Repo:
ticgit /
name age message
folder .gitignore Mon Mar 24 17:04:45 -0700 2008 added an initial version of the ticgitweb sinat... [schacon]
folder README Mon Mar 24 16:58:50 -0700 2008 updated README to show needed version of git gem [schacon]
folder Rakefile Wed Mar 26 14:03:19 -0700 2008 updated ticgit version number for upcoming gem ... [schacon]
folder bin/ Wed Mar 26 13:59:07 -0700 2008 change the require statement for ti [schacon]
folder lib/ Tue Apr 08 15:57:52 -0700 2008 rudimentary support for reporter field, yaml ba... [Eric Merritt]
folder note/ Sat Mar 22 10:30:29 -0700 2008 added multiple project support [schacon]
folder spec/ Sat Mar 29 23:08:53 -0700 2008 added rspec tests that at least give it a basel... [schacon]
README
TicGit Distributed Ticketing System
===================================

This project provides a ticketing system built on Git that is kept in a 
separate branch in your projects Git repository.

Installing
===================================
You will need the 'git' gem (ver 1.0.5) to use this. Then you can run :

rake
sudo gem install pkg/ticgit-0.1.0.gem 


Usage
===================================
See http://github.com/schacon/ticgit/wikis for a bunch of examples

ti list - show all tickets

ti show - show details of a specific ticket

ti new - create a new ticket

ti checkout - checkout a ticket

ti state - change a ticket state (open, resolved, invalid, hold)

ti comment - add a comment to a ticket

ti tag - add or delete a tag from a ticket


Authors
===================================
Scott Chacon  (schacon@gmail.com)