Skip to content

Commit 64d1404

Browse files
authored
Update README.md
1 parent d86fe51 commit 64d1404

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ cd ~/repos/hello-robot.github.io/repos
7979
git submodule add https://github.com/hello-robot/stretch_foo
8080
```
8181

82+
## Updating a Submodule Repo
83+
If your submodule repos are stale try:
84+
85+
```
86+
cd ~/repos/hello-robot.github.io/repos
87+
git submodule init
88+
git submoudle update
89+
```
8290
## Editing a Submodule Repo
8391
For example, Stretch Body:
8492

0 commit comments

Comments
 (0)