Skip to content

Instantly share code, notes, and snippets.

@kodion
kodion / git-submodules.md
Created July 28, 2018 18:13 — 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: