0

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?

mike
  • 1,233
  • 1
  • 15
  • 36
Kamal
  • 453
  • 1
  • 10
  • 22
  • Impossible. Every Git repository is a directory tree. A second repository can be in a subdirectory but cannot be at the same level. – phd Jun 20 '20 at 10:58
  • Identical to your earlier https://stackoverflow.com/q/62450011/341994? Did you think the answer would be different if you ask it again? – matt Jun 21 '20 at 01:15
  • 3
    Does this answer your question? [Add multiple projects into one Git repository](https://stackoverflow.com/questions/62450011/add-multiple-projects-into-one-git-repository) – mike Jun 21 '20 at 07:12

0 Answers0