Terrapin-Rocket-Team / SRAD-Avionics

Code and PCBs for the avionics subteam for the SRAD flight computer and side projects
6 stars 2 forks source link

Add Ground Station as a submodule #128

Closed jhauerst closed 2 months ago

jhauerst commented 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