You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2020. It is now read-only.
This is just one item: #199
Other items:
cd <subrepo_with_submodules>
git submodule update --init
cd <some_submodule>
git checkout
cd ..
git checkout -b bump_submodules
git add <some_submodule>
git commit -m "bump submodule to match wit-manifest.json"
git push origin bump_submodules
cd ..
wit -C <top_module> update-dep subrepo_with_submodules
cd top_module
git checkout -b bump_submodules
git add -u wit-manifest.json
git commit -m "Bump wit-manifest.json to pick up some_submodule change"
git push origin bump_submodules
cd some_submodule
git submodule -deinit
wit update-pkg top_module
wit update