From charlesreid1

Revision as of 14:00, 15 January 2018 by Admin (talk | contribs) (Created page with "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: <pre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>