esrlabs/git-repo

repo sync and repo push on different remotes?

rcastagno opened this issue · 0 comments

I'm trying to understand if repo is suitable for our fork workflow.

Basically:

  • each developer forks the "blessed" project and clone it on dev pc
  • each developer pushes changes to his own fork, and merge-request to the "blessed" project
  • each developer pulls changes from the "blessed" upstream

What I'm trying to understand is if repo supports this workflow without relying on the "repo forall" command, but so far I found nothing.

Am I missing something, or "repo forall" is really the only way of doing this?