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 (
commit 2619736c7e64af90adfc4fa0bf031821a6f54305
tree 515aab4cc0920f4de518add0ede2d53f27f3c0e1
parent 21e97df022d930c5f86a16eea127771fd63b0ec8
tree 515aab4cc0920f4de518add0ede2d53f27f3c0e1
parent 21e97df022d930c5f86a16eea127771fd63b0ec8
ticgit /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Mar 18 12:58:48 -0700 2009 | |
| |
AUTHORS | Wed May 20 04:49:09 -0700 2009 | |
| |
CHANGELOG | Wed May 20 04:49:32 -0700 2009 | |
| |
LICENSE | Mon May 26 08:23:46 -0700 2008 | |
| |
README | Wed May 20 05:01:29 -0700 2009 | |
| |
Rakefile | Wed May 20 05:04:48 -0700 2009 | |
| |
bin/ | Sun May 17 19:52:19 -0700 2009 | |
| |
examples/ | Tue Jan 27 11:03:55 -0800 2009 | |
| |
lib/ | Thu May 21 00:28:14 -0700 2009 | |
| |
note/ | Sat Mar 22 10:30:29 -0700 2008 | |
| |
spec/ | Wed May 20 04:19:15 -0700 2009 | |
| |
tasks/ | Wed May 20 04:48:48 -0700 2009 | |
| |
ticgit.gemspec | Wed May 20 05:04:48 -0700 2009 |
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)







