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
One problem with submodules is that we forget to update submodule references in parent repository, meaning that when someone bisects a parent repository, there state of submodules can't be trusted.
One problem with submodules is that we forget to update submodule references in parent repository, meaning that when someone bisects a parent repository, there state of submodules can't be trusted.
So I have an idea of a simple bot that:
master
on every repository and submodules (usinggit-checkout-modules
)and probably do the same with branches like
0.53.0/sync
.The idea is that the bot runs once a day.
The text was updated successfully, but these errors were encountered: