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