Skip to content

Instantly share code, notes, and snippets.

View jpace121's full-sized avatar

jpace121

View GitHub Profile
@jpace121
jpace121 / git-submodules.md
Created July 11, 2019 04:15 — forked from slavafomin/git-submodules.md
Git submodules best practices

Git submodules best practices

Useful commands

— Clone repository with submodules automatically:

git clone --recursive git@github.com:name/repo.git

— Initialize submodules after regular cloning: