Is it possible to make a repository a subtree of another repository?
Hi Beverly,
Welcome to the Atlassian Community.
The short answer is yes, you can use a repository a subtree of another repository, one of my projects is using it to share common code between platforms. I would recommend checking out git subtrees: a-tutorial and Alternatives To Git Submodule: Git Subtree. Both gives you a good overview on how to set it up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.