1

First, sorry if the question was already answered, I didn't find an answer.

I have few git repositories and I want to put everything in a single repository.

I have that :

 ├── RepoOne
 │   └── someFiles
 │
 ├── RepoTwo
 │   └── someFiles
 │
 ├── RepoThree
 │   └── someFiles

And I want that :

 ├── BigRepo
 │   ├─── FolderOne
 │   │    ├── RepoOne
 │   │    └── RepoTwo
 │   │
 │   └─── FolderTwo
 │        └── RepoThree

But I want to keep the history of the old repo, their commits, etc..

How I can do that with git ? Thank you for the help.

Xavier Guihot
  • 54,987
  • 21
  • 291
  • 190
R3J3CT3D
  • 226
  • 2
  • 10

0 Answers0