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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,16 @@ your project.
25
25
26
26
---
27
27
28
+
## Important note
29
+
30
+
1. not_gitmodules just like Gitmodules doesn't `automatically install the dependencies`/`do not include the dependencies to your project dependency file` of the submodule.
31
+
2. not_gitmodules doesn't `download the submodules mentioned in the not_gimodules.yaml file of the submodule`.
32
+
- Reason: it's practically inefficient, may lead to bugs and bottlenecks, and better to maintain manually.
33
+
34
+
How to handle?
35
+
1. Move the containing of the dependency file to your project.
36
+
2. Move submodules to your `not_gimodules.yaml` file and rerun install accordingly.
0 commit comments