public
Fork of schacon/ticgit
Description: Git based distributed ticketing system, including a command line client and web viewer
Clone URL: git://github.com/pope/ticgit.git
ticgit /
name age message
file .gitignore Sun May 11 19:14:18 -0700 2008 Ignoring the generated gem file when using the ... [pope]
file LICENSE Mon May 26 08:23:46 -0700 2008 updated license with valid info [schacon]
file README Sun May 11 18:03:48 -0700 2008 Updated README to include the assign action [pope]
file Rakefile Sun May 11 19:14:18 -0700 2008 Ignoring the generated gem file when using the ... [pope]
directory bin/ Wed Mar 26 13:59:07 -0700 2008 change the require statement for ti [schacon]
directory examples/ Mon May 12 17:13:12 -0700 2008 added an example post-commit hook file [yob]
directory lib/ Wed Jun 04 19:10:57 -0700 2008 Implemented listing of all tags from the comman... [pope]
directory note/ Sat Mar 22 10:30:29 -0700 2008 added multiple project support [schacon]
directory spec/ Wed Jun 04 19:10:57 -0700 2008 Implemented listing of all tags from the comman... [pope]
file ticgit.gemspec Tue May 27 14:24:15 -0700 2008 so the reference updates [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

ti assign - change to whom a ticket is assigned


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