= Studio Repository First setup the [https://github.com/godotengine/godot-git-plugin/wiki Git plugin for Godot] The repository that contains the Godot project files and resources is called ''Revenant Studio'' and can be cloned onto your local machine using the following command: {{{#!sh git clone @gauss.extollit.com:/opt/git/revenant-studio.git }}} Replace ''your-user-name'' with your SSH user name registered on this server, which is the same user name you used to login to Trac here. If you have setup Git correctly on your machine for working with our repositories then it should download the repository onto your machine == Sandbox Testing Mode For collaboration with the rest of the team in Godot and not working on any Revenant production work switch to the ''sandbox'' branch and leave it that way for the duration of your testing and before committing any code. Once you switch to the branch you do not have to switch back to sandbox unless for some reason you switched to some other branch first. In other words, branch switch is persistent and it stays even after turning off your computer until you decide to again switch to some other branch. To switch to the sandbox branch enter the following command from within the 'revenant-studio'' folder: {{{#!sh git checkout sandbox }}} = Code Repository The repository that contains the GD Native libraries used by ''Studio'' is called ''Revenant''. This is a C++17 project and is meant for senior devs experienced in advanced C++. This can be cloned onto your local machine using the following command: {{{#!sh git clone @gauss.extollit.com:/opt/git/revenant.git }}} Replace ''your-user-name'' with your SSH user name registered on this server, which is the same user name you used to login to Trac here. If you have setup Git correctly on your machine for working with our repositories then it should download the repository onto your machine