Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 528 Bytes

Readme.md

File metadata and controls

40 lines (22 loc) · 528 Bytes

Download all

git clone --recursive [email protected]:paclets/PacletBuilder-Test.git

Do not need --recursive unless on a build server.

Add your repo

git submodule add <repo> Repos/<name>/source

Add -b <branch> if not use master

Update

git submodule update --recursive

Configs

Do some configs like other projects.

Remove

git submodule deinit --force <path>
git rm --cached <path>

Delete both the file, git config and gitmodules record.