Closed
Description
How can I force git subrepo
to clone into a pre-existing dir where the result should be the combination of the dir's existing content and the content of the repo I am trying to subrepo into the existing dir?
Clearly I could git mv
the existing dir contents out of the way, then git subrepo clone
then git mv
the contents back into the subrepo'd dir, but that leaves a mess in the history and I can't even squash those once I have done it because then I mess up git subrepo
s githash references.