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
The wiki specifies how to update all the submodules to the master branch with the following command:
git submodule foreach 'git checkout master'
This doesn't work since we added the intent providers, processors, and monitoring components, because new repositories have their default branch set to main. We need to update the old repositories to also use main, but we need to make sure it doesn't break critical installations.
The text was updated successfully, but these errors were encountered:
The wiki specifies how to update all the submodules to the
master
branch with the following command:git submodule foreach 'git checkout master'
This doesn't work since we added the intent providers, processors, and monitoring components, because new repositories have their default branch set to
main
. We need to update the old repositories to also use main, but we need to make sure it doesn't break critical installations.The text was updated successfully, but these errors were encountered: