I have multiple git repository. How can I convert this as a Single repository. Is there any possible to do this?
Repositories:
- module_1.git
- module_2.git
- module_3.git
- module_4.git
- module_5.git
I want the above list of repository into a single repository as Modules.git. All of the above converted into directories of Modules repository.
How can I achieve this?