Skip to content

Commit 800c263

Browse files
committed
update readme
1 parent 5e2c07e commit 800c263

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ Initialize the git submodules before generating the env vars.
3434
```bash
3535
git submodule update --init --recursive
3636
```
37+
38+
### Updating Submodules
39+
40+
While updating submodules, do not add your commits inside submodule directories.
41+
After pulling new changes in the submodule,
42+
if you see some untracked changes in submodule, delete those untracked changes in the submodule.
43+
If you see some new commits in nested submodule, update the nested submodule in your local to the commit it points to in the new version of the submodule.
44+
After these, there should not be any changes to be committed in the submodule directory.
45+
In the root directory, add and commit the change to update submodules.

0 commit comments

Comments
 (0)