Right now, I am working on a project with multiple packages, where each package has their own git repo. Is there a git command (or some plugin) that lets me change the branch of multiple packages at once?
For example, suppose I have
package a: branch mainline
package b: branch mainline
This command would then change the branches of both packages, so the result would be:
package a: branch features
package b: branch features.