There is an error in my code that can be easily reproduced since the test does not work.
So far I have used git-bisect in such cases, but this is only useful if there is only one git repo.
In my case there are 7.
Is there a way to do something like git-bisect, but for N git repositories?
Update
There is one โcontainerโ Repo that contains mostly configuration. This is related to a specific client.
Then there is one repo for the main application.
Then where are the N repos for the plugins for this main application.
Git does not use submodules in this context.
Update2
So far I have not used the google repo tool. AFAIK also cannot divide in half.
git git-bisect
guettli
source share