Merge pull request #837 from kazmasaurus/add-git-submodule
git-submodule: Add tldr page for the git-submodule command.
This commit is contained in:
15
pages/common/git-submodule.md
Normal file
15
pages/common/git-submodule.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# git submodule
|
||||||
|
|
||||||
|
> Inspects, updates and manages submodules.
|
||||||
|
|
||||||
|
- Install a repository's specified submodules:
|
||||||
|
|
||||||
|
`git submodule update --init --recursive`
|
||||||
|
|
||||||
|
- Add a git repository as a submodule:
|
||||||
|
|
||||||
|
`git submodule add {{repository-url}}`
|
||||||
|
|
||||||
|
- Update every submodule to its latest commit:
|
||||||
|
|
||||||
|
`git submodule foreach git pull`
|
Reference in New Issue
Block a user