Skip to content

Commit 760e95b

Browse files
Add a sentence referencing the push.recurseSubmodules config to the
section that describes submodule publication.
1 parent de9bd11 commit 760e95b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,8 @@ To https://github.com/chaconinc/MainProject
544544
As you can see there, Git went into the DbConnector module and pushed it before pushing the main project.
545545
If that submodule push fails for some reason, the main project push will also fail.
546546

547+
You can enable these behaviors for all future pushes with the `push.recurseSubmodules` config.
548+
547549
===== Merging Submodule Changes
548550

549551
If you change a submodule reference at the same time as someone else, you may run into some problems.

0 commit comments

Comments
 (0)