-
Go to Actions > Custom Actions > Edit > Add
-
Menu Caption
Update All Submodules
-
Check
Show Full Output
-
Script to run
/usr/bin/git
If installed in default location
-
Parameters
submodule update --recursive --remote
Last active
April 30, 2025 09:31
-
-
Save youandhubris/ec76044d4a25aebe85432c04f420026c to your computer and use it in GitHub Desktop.
Update all Submodules, using a Custom Action, in Source Tree
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that using
--remote
will update each submodule repo to their currentHEAD
. This may not always be what you want. I've added two custom actions:-)