You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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-trackingparameter, otherwise default behavior will be applied.Update the latest registered configurations submodule from remote repository
./git-sync ... --submodules-remote-tracking="deployment-configs,app-configs"