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 de9bd11 commit 760e95bCopy full SHA for 760e95b
book/07-git-tools/sections/submodules.asc
@@ -544,6 +544,8 @@ To https://github.com/chaconinc/MainProject
544
As you can see there, Git went into the DbConnector module and pushed it before pushing the main project.
545
If that submodule push fails for some reason, the main project push will also fail.
546
547
+You can enable these behaviors for all future pushes with the `push.recurseSubmodules` config.
548
+
549
===== Merging Submodule Changes
550
551
If you change a submodule reference at the same time as someone else, you may run into some problems.
0 commit comments