About RT
RT: Request Tracker
Git version control
We use Git to track all source code changes. GitHub provides a user-friendly view of the repository.
Repository Layout
You can check out a copy of the stable trunk of RT (stable) from Git using the command line:
git clone git://github.com/bestpractical/rt.git -b stable
If you're feeeling adventurous, check out a copy of the development trunk of RT (master) from Git using:
git clone git://github.com/bestpractical/rt.git -b master