sounds good then i think i'll try that, thanks!
the other repos i have are constantly worked on and changing too
Not only it will be cloned automatically, the git diff of the sub-modules are stored as well 🙂
also, if i create a submodule, will it clone it automatically as well?
not the best options as they also need to be maintained and updated, the other repos i have are constantly worked on and changing too
so i end up having to clone the other ones manually in my code
Hi ConvolutedChicken69
Yes the problem is that there is no standard for multi repo environments
The best solution I can come up with is using git-submodules or packaging the auxiliary repo as wheels. wdyt?
the problem i have is, my code is using scripts that are located in multiple repos, when i execute remotely it only clones the repo the main script is in, so i end up having to clone the other ones manually in my code
Hi ConvolutedChicken69 ,
In order to import sibling files (I'm guessing that's why you're looking to download the entire directory), you'll need to use a GIT repository