git-submodule: add git submodule add
with path example
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
|
||||
`git submodule add {{repository_url}}`
|
||||
|
||||
- Add a git repository as a submodule at the specified directory:
|
||||
|
||||
`git submodule add {{repository_url}} {{directory}}`
|
||||
|
||||
- Update every submodule to its latest commit:
|
||||
|
||||
`git submodule foreach git pull`
|
||||
|
Reference in New Issue
Block a user