git-subtrac icon indicating copy to clipboard operation
git-subtrac copied to clipboard

Is it possible to share folders without the folders being Git repositories themselves?

Open ndattani opened this issue 2 years ago • 0 comments

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 also asked this question here: https://github.com/ingydotnet/git-subrepo/issues/573

ndattani avatar Jan 21 '23 07:01 ndattani