SmartGit is explicitly using the submodule update strategy no
. How can I overwrite it to use the strategy on-demand
?
Executed command by SmartGit:
git.exe fetch --progress --prune --recurse-submodules=no origin
I tried to overwrite the fetch command with an alias:
git config --global alias.fetch 'git fetch --recurse-submodules=on-demand'
I see no changes in SmartGit's log window.
As of SmartGit 17, it's not possible to change --recurse-submodules=
strategy. However, in the Repository|Settings, on Pull tab, you can configure to Always fetch new commits, tags and branches from submodule.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With