How To Use Git With Torque

This page covers various useful tutorial snippets on how you can use github to work with Torque.

If you merely want to get a copy of the engine to start working with it:

Create a local copy

In the even there are changes you wish to make and want to keep them all better managed, such as keeping the separated for testing purposes, then creating and managing branches is for you:

How to create a branch
How to commit changes to a branch
How to switch between branches

If you wish to contribute, then you can either:
Test currently active Pull Requests
Create your own Pull Request

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License