A repository of the entire rsge codebase stored at one central location as submodules.
To clone a the repository and it's submodules, use the --recursive parameter.
git clone --recursive [URL to Git repo]
If you have already cloned the repo, and wish to pull in updates from all submodules, use the following command: git submodule update --init