forked from schacon/ticgit
-
Notifications
You must be signed in to change notification settings - Fork 4
Git based distributed ticketing system, including a command line client and web viewer
License
manveru/ticgit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 ([email protected]) Michael 'manveru' Fellinger ([email protected])
About
Git based distributed ticketing system, including a command line client and web viewer
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Ruby 100.0%