Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 406 Bytes

rsge

A repository of the entire rsge codebase stored at one central location as submodules.

clone and updating

cloning

To clone a the repository and it's submodules, use the --recursive parameter.

git clone --recursive [URL to Git repo]

updating

If you have already cloned the repo, and wish to pull in updates from all submodules, use the following command: git submodule update --init