Closed jhauerst closed 2 months ago
Removed the copy of the Ground Station and instead added it as a submodule. Submodules are not cloned by git by default.
To clone the submodule when cloning the repo run:
git clone --recurse-submodules [url]
To clone the submodule within an existing clone of the repo run:
git submodule init git submodule update
To get the latest changes for the submodule run:
git pull git submodule update
Removed the copy of the Ground Station and instead added it as a submodule. Submodules are not cloned by git by default.
To clone the submodule when cloning the repo run:
To clone the submodule within an existing clone of the repo run:
To get the latest changes for the submodule run: