I have created a repository named as allProjects in server. Below is the allProjects structure:
allProjects
- Projects
- projectA
- projectB
- projectC
- projectD
- projectE
Now I am trying to create another repository named as requiredProjects which includes specific projects from allProjects.
Expected requiredProjects structure is:
requiredProjects
- projectB
- projectD
- projectE
I also want to create requiredProjects repository with all access controls and history exactly similar to allProjects.
I have been searching a lot on this topic however I'm unable to find any solution.
Any help would be greatly appreciated.