This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install schacon-ticgit
commit 6e453f523fa1da50ecb04431101112b3611c6a4d
tree 4e4ba94c72504d6afc792d8e70a870a7940c6bf3
parent 74b835f70b3228258bc1442a1a464155efddd3d8
tree 4e4ba94c72504d6afc792d8e70a870a7940c6bf3
parent 74b835f70b3228258bc1442a1a464155efddd3d8
ticgit /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun May 11 19:14:18 -0700 2008 | [pope] |
| |
README | Sun May 11 18:03:48 -0700 2008 | [pope] |
| |
Rakefile | Sun May 11 19:14:18 -0700 2008 | [pope] |
| |
bin/ | Wed Mar 26 13:59:07 -0700 2008 | [schacon] |
| |
examples/ | Mon May 12 17:13:12 -0700 2008 | [yob] |
| |
lib/ | Sun May 11 19:20:47 -0700 2008 | [pope] |
| |
note/ | Sat Mar 22 10:30:29 -0700 2008 | [schacon] |
| |
spec/ | Sat May 10 09:12:29 -0700 2008 | [pope] |
| |
ticgit.gemspec | Sun May 11 19:15:25 -0700 2008 | [pope] |
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)




