File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ for a local cluster) simply change to its directory and run the `site.yaml` file
106106## Updating the clone
107107
108108Should anything change in the upstream repositories, while you can update
109- the root project using the standard ` git pull ` this will not
110- update the content of your submodules. Instead, to pull _ everything_ from the repective
109+ the root project using the standard ` git pull ` command this will not
110+ update the content of your submodules. Instead, to pull _ everything_ from the respective
111111remotes you can run this command: -
112112
113113 git pull --recurse-submodules
@@ -121,11 +121,11 @@ remotes you can run this command: -
121121Editing submodule code correctly is a complex affair. You have to do some extra steps
122122if you want changes in a submodule to be tracked. As such you are _ strongly advised_
123123to read the [ submodule] documentation's ** Working on a Submodule** section first.
124- It will help you understanding how to edit and commit changes in a submodule .
124+ It will help you understanding how to correctly edit and publish your changes .
125125
126- Before you start editing a submodule make sure you have chosen a suitable branch.
126+ Before you start editing make sure you have chosen a suitable branch.
127127By default, when the submodules are cloned they exist in a detached state, and
128- you need to select a suitable remote branch in order to commit any code.
128+ you need to select a suitable remote branch before you can commit any code.
129129
130130---
131131
You can’t perform that action at this time.
0 commit comments