We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d72e151 + 6a81f22 commit eecd2feCopy full SHA for eecd2fe
book/07-git-tools/sections/submodules.asc
@@ -126,6 +126,13 @@ $ git commit -am 'added DbConnector module'
126
Notice the `160000` mode for the `DbConnector` entry.
127
That is a special mode in Git that basically means you’re recording a commit as a directory entry rather than a subdirectory or a file.
128
129
+Lastly, push these changes:
130
+
131
+[source,console]
132
+----
133
+$ git push origin master
134
135
136
[[_cloning_submodules]]
137
==== Cloning a Project with Submodules
138
0 commit comments