/notebook/git/find-submodules

Finding Submodules


find repos/ -not \( -path repos/external -prune \) -iname .gitmodules -type f
git submodule update --init --recursive

nano the .git/modules/<submodule_name>/config file

update the url to match the ssh spec:

url = git@<custom-header>.github.com:<orgname>/<repositoryname>.git

About

I am an engineer and educator, having spent ten years as a professor. My goal is to help you build your knowledge of design and technology, get your hardware working, and propel your startup or small business. Get in touch!