You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have described my situation here. It seems clear that if the "shared folders" were submodules, subtrees, or subrepos, then Repo 1 and Repo 2 can both enjoy possession of them, but if I have 1000s of shared folders, I don't want to make each of them a Git repository, and neither do I want to make a third Git repository just for the common folders. Is there a way to do this in Git?
I have described my situation here. It seems clear that if the "shared folders" were
submodules
,subtrees
, orsubrepos
, then Repo 1 and Repo 2 can both enjoy possession of them, but if I have 1000s of shared folders, I don't want to make each of them a Git repository, and neither do I want to make a third Git repository just for the common folders. Is there a way to do this in Git?I also mentioned this question here: apenwarr/git-subtrac#14
The text was updated successfully, but these errors were encountered: