Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kodion on github.
  • I am kodion (https://keybase.io/kodion) on keybase.
  • I have a public key ASCUzRrLkYxUZynV-lglI2rEmQ4kXCiVae5TFfICK-a6_Ao

To claim this, I am signing this object:

@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: