I come across a migration scenario where I have done a bare clone and mirror push and successfully done the migration to new Repository called A , but now I need to clone and push a subfolder from a different repository to A by maintaining the commit history as well. Is there any hack ?
Asked
Active
Viewed 45 times
0
-
Have you considered using a submodule? – Daniel Mann Oct 11 '18 at 03:53
-
i felt it is complicated with submodule – Jafar Oct 12 '18 at 04:46