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.
1 parent bb8f0ec commit bc5beb2Copy full SHA for bc5beb2
book/07-git-tools/sections/submodules.asc
@@ -118,7 +118,7 @@ $ git commit -am 'added DbConnector module'
118
create mode 160000 DbConnector
119
----
120
121
-Notice the `160000` mode for the rack entry.
+Notice the `160000` mode for the `DbConnector` entry.
122
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.
123
124
[[_cloning_submodules]]
0 commit comments