git clone --recursive [email protected]:paclets/PacletBuilder-Test.git
Do not need --recursive
unless on a build server.
git submodule add <repo> Repos/<name>/source
Add -b <branch>
if not use master
git submodule update --recursive
Do some configs like other projects.
git submodule deinit --force <path>
git rm --cached <path>
Delete both the file, git config and gitmodules record.