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 (
Eric Merritt (author)
Tue Apr 08 15:57:52 -0700 2008
ticgit /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 24 17:04:45 -0700 2008 | [schacon] |
| |
README | Mon Mar 24 16:58:50 -0700 2008 | [schacon] |
| |
Rakefile | Wed Mar 26 14:03:19 -0700 2008 | [schacon] |
| |
bin/ | Wed Mar 26 13:59:07 -0700 2008 | [schacon] |
| |
lib/ | Tue Apr 08 15:57:52 -0700 2008 | [Eric Merritt] |
| |
note/ | Sat Mar 22 10:30:29 -0700 2008 | [schacon] |
| |
spec/ | Sat Mar 29 23:08:53 -0700 2008 | [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)





