i would like to add multiple projects under a single Git repository using Git tools - submodules. At present i have a Git repository that contains only one project. Now, i need to add another different project also under the same repository such both are at the same level
Can you please provide me a solution to add new project to existing Git repository such that all my projects are present under the same level?