Hi Team,
With the latest SourceTree, is there a way to update all submodules when doing a Pull?
Thanks
Aravind Viswanathan
Hi
I believe you are looking for the following behaviour:
There is an easier way to do this as well, if you prefer to not manually fetch and merge in the subdirectory. If you run git submodule update --remote, Git will go into your submodules and fetch and update for you
.From https://git-scm.com/book/en/v2/Git-Tools-Submodules
Sourcetree does not currently support that functionality
Hello! Can you go to "Options -> Git" and make sure "Perform submodule actions recursively" is checked? That should run `submodule update --init` when pulling.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have that checked, but it's not running `submodule update` in version 2.7.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.