mohamed_ashraf51
mohamed_ashraf51

Reputation: 103

how to make a project in Github with multiple repositories?

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

Upvotes: 3

Views: 2730

Answers (1)

Amin Ya
Amin Ya

Reputation: 1908

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

https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/creating-a-new-organization-from-scratch

Upvotes: 1

Related Questions