public
Fork of schacon/ticgit
Description: Git based distributed ticketing system, including a command line client and web viewer
Homepage:
Clone URL: git://github.com/manveru/ticgit.git
manveru (author)
Thu May 21 00:28:14 -0700 2009
commit  2619736c7e64af90adfc4fa0bf031821a6f54305
tree    515aab4cc0920f4de518add0ede2d53f27f3c0e1
parent  21e97df022d930c5f86a16eea127771fd63b0ec8
ticgit /
name age message
file .gitignore Wed Mar 18 12:58:48 -0700 2009 Set up cucumber and created a passing feature: ... [avh4]
file AUTHORS Wed May 20 04:49:09 -0700 2009 Adding AUTHORS [manveru]
file CHANGELOG Wed May 20 04:49:32 -0700 2009 Add CHANGELOG [manveru]
file LICENSE Mon May 26 08:23:46 -0700 2008 updated license with valid info [schacon]
file README Wed May 20 05:01:29 -0700 2009 Update README [manveru]
file Rakefile Wed May 20 05:04:48 -0700 2009 New gemspec, add chacon to project authors [manveru]
directory bin/ Sun May 17 19:52:19 -0700 2009 Merge with avh4/master [manveru]
directory examples/ Tue Jan 27 11:03:55 -0800 2009 test commit [schacon]
directory lib/ Thu May 21 00:28:14 -0700 2009 Improve output of ti show [manveru]
directory note/ Sat Mar 22 10:30:29 -0700 2008 added multiple project support [schacon]
directory spec/ Wed May 20 04:19:15 -0700 2009 Port all the cucumber and rspec specs to bacon [manveru]
directory tasks/ Wed May 20 04:48:48 -0700 2009 Improve Rakefile and add some rake tasks [manveru]
file ticgit.gemspec Wed May 20 05:04:48 -0700 2009 New gemspec, add chacon to project authors [manveru]
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
===================================

TicGit depends on the 'git' gem (>= 1.0.5).

To install all dependencies automatically you can use `rake setup`, and to create a gem and install it, just issue `rake 
install`.


Usage
===================================

See http://github.com/manveru/ticgit/wikis for a bunch of examples

To get a list of all commands with short description:

  ti --help

To get help about a specific command:

  ti <command> --help
  # for example
  ti list --help

Some of the available commands are:

  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)
Michael 'manveru' Fellinger (m.fellinger@gmail.com)