Skip to content

Instantly share code, notes, and snippets.

@mjsteinbaugh
Forked from slavafomin/git-submodules.md
Created April 1, 2019 21:47
Show Gist options
  • Select an option

  • Save mjsteinbaugh/c91dfd8659c20be6220c1d65df1dcbc6 to your computer and use it in GitHub Desktop.

Select an option

Save mjsteinbaugh/c91dfd8659c20be6220c1d65df1dcbc6 to your computer and use it in GitHub Desktop.
Git submodules best practices

Git submodules best practices

Useful commands

Display status of submodules when git status is invoked:

git config --global status.submoduleSummary true

Additional reading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment