updateStrategy
Get the update rule that will be used for the submodule.
Signature
ts
class Submodule {
updateStrategy(): SubmoduleUpdate;
}Returns
- SubmoduleUpdate
The update rule that will be used for the submodule.
Submodule update values
These values represent settings for thesubmodule.$name.update
configuration value which says how to handlegit submodule update
for this submodule. The value is usually set in the ".gitmodules"
file and copied to ".git/config" when the submodule is initialized.
