Open
Description
Add Git submodules remote tracking
-
Always update the registered submodules using the remote-tracking branch
instead of the superproject's recorded SHA-1.
Only apply to the submodules' name that listed in the
--submodules-remote-tracking
parameter, otherwise default behavior will be applied.- Use case:
Update the latest registered configurations submodule from remote repository - git-sync parameter:
./git-sync ... --submodules-remote-tracking="deployment-configs,app-configs"
- Use case: