Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 408 Bytes

File metadata and controls

12 lines (10 loc) · 408 Bytes

git submodule

# add git submodule (please execute under FedML/android folder)
git submodule add https://github.com/FedML-AI/FedMLAndroidSDK.git fedmlsdk

# git submodule init
git submodule update --init --recursive

# git submodule update
git submodule update --remote --merge

for more git submodule related commands, please refer to https://devconnected.com/how-to-add-and-update-git-submodules/