public
Rubygem
Description: Git based distributed ticketing system, including a command line client and web viewer
Clone URL: git://github.com/schacon/ticgit.git
pope (author)
Sat May 10 11:51:53 -0700 2008
commit  ef0b7c0bc8bb4d60f38550e188cbbfc6add4dd22
tree    456ad0fa9fca5a1cbfcd43b08487317fe45e6dfc
parent  222b918e0c322308fb61b3f1255d5e266b02c2cf
ticgit / README
100644 39 lines (23 sloc) 0.887 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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)