I have a project A
and another project B
. These projects have the same Models
.
So I want to share my Models
folder from project A
to projects B
and can change the Models
from both A
and B
projects.
I have tested submodule in git for handling this but submodule will clone the whole repository in my second project but I just want a single folder.