We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db3ea7 commit 63cd7ddCopy full SHA for 63cd7dd
README.md
@@ -60,6 +60,7 @@
60
- [git-push-command-bug](./docs/2-tools/git/git-push-command-bug.md)
61
- [git-rebase-command](./docs/2-tools/git/git-rebase-command.md)
62
- [git-remote-command](./docs/2-tools/git/git-remote-command.md)
63
+- [git-submodule-command](./docs/2-tools/git/git-submodule-command.md)
64
65
### 3.5. homebrew
66
docs/2-tools/git/git-submodule-command.md
@@ -0,0 +1,7 @@
1
+# `git submodule` - Command
2
+
3
+## Pull All the Nested Submodules
4
5
+```shell
6
+git submodule update --init --recursive
7
+```
0 commit comments