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 development version of RT (3.8-trunk) from Git using the command line:
git clone git://github.com/bestpractical/rt.git
If you're feeeling extra adventurous, you can check out a copy of the current experimental version of RT (3.999-trunk) from Git using:
git clone git://github.com/bestpractical/rt.git
cd rt
git checkout -t origin/development