How to update shared-modules?

My app manifest uses shared-modules directory. It’s shown as a link in GitHub UI: shared-modules @ 55a8e46. What are the git commands to update this to the latest commit? I have the manifest repository cloned locally

That should be git submodule update --remote --merge. Then commit the change to the submodule and it should be updated.

Thanks. I also had to clone via git clone --recurse-submodules for it to work.

This topic was automatically closed after 4 days. New replies are no longer allowed.