Skip to content

Commit 63cd7dd

Browse files
committed
Add git submodule commands
1 parent 9db3ea7 commit 63cd7dd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
- [git-push-command-bug](./docs/2-tools/git/git-push-command-bug.md)
6161
- [git-rebase-command](./docs/2-tools/git/git-rebase-command.md)
6262
- [git-remote-command](./docs/2-tools/git/git-remote-command.md)
63+
- [git-submodule-command](./docs/2-tools/git/git-submodule-command.md)
6364

6465
### 3.5. homebrew
6566

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)