For a public repo with private assets, what are the differences between clone, submodule, and subtree?
Background: A small team and I are putting together a project in Main-Repo. We want Main-Repo to be opensource eventually. However, Main-Repo needs to use assets that we don’t want to be opensource. We are currently keeping those assets in Assets-Repo. All of the collaborators on Main-Repo have access to Assets-Repo Problem We don’t know […]