I have two projects:
- CompanyAManagement
- CompanyBManagement
And for both projects, I would have a repository "frontend" and "backend".
However, after I have created the project "CompanyAManagement" and created both repositories in it, I can no longer create repository with the same names in my second project.
What would be the best practice to get along with this issue?
I come from gitlab where I have groups where repos are inside, this is possible there.