You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,12 @@ Initialize the git submodules before generating the env vars.
34
34
```bash
35
35
git submodule update --init --recursive
36
36
```
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