RFI: Understanding repository setup and git in a multi-instance environment

Product: PowerShell Universal
Version: 3.5.5

I am trying to understand how the storage setup works in a multi-instance environment. From what I could see the different instances should share their repository in case of a git sync. That is, the git sync is not running for every instance of PowerShell Universal.

To express it in PowerShell Universal Schedules, it seems that the internal git sync job is running on ‘Any Computer’ rather than ‘All Computers’.

So this basically forces to use one repository for all instances (unless we write another job to sync between repositories).

Is this correct?