Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

hey so we are working on our graduation project and we wanted to put everything on Github from the start so we have a backend side that two guys will work on and the mobile app which I will be working on with another guy so my question is how to put those two repositories together in one place and make each repository with multiple contributors

question from:https://stackoverflow.com/questions/65883490/how-to-make-a-project-in-github-with-multiple-repositories

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
466 views
Welcome To Ask or Share your Answers For Others

1 Answer

Currently, the only solution is to use organizations. Create an organization and add your different repositories in that organization.

https://docs.github.com/en/rest/reference/orgs


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...