Git
This page explains the steps to acquire, install and set up git for version control with the Torque game engine
Last updated
This page explains the steps to acquire, install and set up git for version control with the Torque game engine
Last updated
Git can be most readily acquired from here:
If you've installed Git for Windows and utilized the basic settings, you're good to go.
If you're on MacOS, and you have XCode and its dependencies installed, you'll already have git installed. You can still download git from the site to ensure you have up to date versions, but for normal operations, the XCode-packed version is perfectly sufficient.
Certain distros of Linux will likewise already have git installed. If you are unsure, you can either download it from above to ensure you have the latest, or if you're working off Ubuntu/Debian, you can run the following command to ensure you've got the latest:
GUI Clients can make working with git significantly easier than doing it all by hand with the command line. Here are some options: