I have read the discussion between multiple projects per repo and one project per repo:
- What's the best practice for putting multiple projects in a git repository?
- https://softwareengineering.stackexchange.com/questions/161293/choosing-between-single-or-multiple-projects-in-a-git-repository
What I want to understand is how should we manage multiple projects in one Git repo?
Could anyone point me to any public repos which do this currently or provide me with the best practices (the first link above mentions about orphan branches but I wanted to see if there are other ways) or tutorials to achieve this?