Git/Submodules
From charlesreid1
I use submodules to organize groups of related repositories and make checking out lots of repos a breeze.
Check out the repository that you want to put submodules into:
git clone https://charlesreid1.com:3000/rpi/pi-master.git cd pi-master
Now add submodules:
git submodule add <git-repo-url>