Skip to content
forked from schacon/ticgit

Git based distributed ticketing system, including a command line client and web viewer

License

Notifications You must be signed in to change notification settings

paulboone/ticgit

This branch is 3 commits ahead of, 312 commits behind schacon/ticgit:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Paul Boone
Jan 28, 2009
3c92a80 · Jan 28, 2009
Jan 27, 2009
May 13, 2008
Jan 28, 2009
Mar 22, 2008
Jan 28, 2009
May 12, 2008
May 26, 2008
May 12, 2008
May 12, 2008
Oct 24, 2008

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
===================================
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)
 

About

Git based distributed ticketing system, including a command line client and web viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%