Skip to content

Home

Add a submodule

Adds a new submodule to the repository.

git submodule add <upstream-path> <local-path>

# Examples
git submodule add https://github.com/30-seconds/30-seconds-of-code ./30code
# Creates the directory `30code` containing the submodule from
# "https://github.com/30-seconds/30-seconds-of-code"

More like this

Start typing a keyphrase to see matching snippets.