RTIR: RT for Incident Response

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 RTIR (2.4-trunk) from Git using the command line:

git clone git://github.com/bestpractical/rtir.git -b 2.4-trunk

If you're feeeling adventurous, check out a copy of the development trunk of RTIR (2.5-trunk) from Git using:

git clone git://github.com/bestpractical/rtir.git -b 2.5-trunk