Skip to content

Commit eecd2fe

Browse files
authored
Merge pull request #659 from twekberg/patch-1
GIT Submodules section missing a step.
2 parents d72e151 + 6a81f22 commit eecd2fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

book/07-git-tools/sections/submodules.asc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ $ git commit -am 'added DbConnector module'
126126
Notice the `160000` mode for the `DbConnector` entry.
127127
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.
128128

129+
Lastly, push these changes:
130+
131+
[source,console]
132+
----
133+
$ git push origin master
134+
----
135+
129136
[[_cloning_submodules]]
130137
==== Cloning a Project with Submodules
131138

0 commit comments

Comments
 (0)