Skip to content
forked from schacon/ticgit

Git based distributed ticketing system, including a command line client and web viewer by Scott Chacon. I am using this project to learn Ruby. This fork adds extensive (excessive?) comments to the code

License

Notifications You must be signed in to change notification settings

rommeltoledo/ticgit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 by Scott Chacon. I am using this project to learn Ruby. This fork adds extensive (excessive?) comments to the code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published