Does gitea support Pull-Requests which span several git repos?

Things are easy if you work on one git-repo.

But in my context many changes span several git repos:

There is the core-repo, one repo for every plugin and a git repo for every customer.

Sometimes changes span three git repos.

Github/Gitlab don’t support this in a convenient way (or at least I am not aware of it).

Does gitea support pull-requests which span several git repos?

Interesting feature but Gitea haven’t support that.

1 Like

How would you do that with command line git?

Wouldn’t git clone resolve your problem?