Hi there, we are developing a cross platform product but would like to have separation of concerns in regards to Scrum. This is most easily done by creating separate git repo's on vsts, allowing each team on each respective platform to manage their project (for example, iOS team, Android team, WebApp team, etc). If each team/project is on the same repo, then the tasks intermingle more than we would like. With that said, how would I structure the git repo's, would Xamarin respond well, and is there an example project of this? Would I need a "Shared" repo as well? I have never scaled Git in this fashion, so any helpful URL's would be great!
If multi-git repo isn't the best idea, should each platform (iOS and Android) be a separate "Epic"?
Needed repos/projects:
Android
iOS
Web
Shared???
Cheers,
Tucker