git submodule "--reference" parameter -
in git submodule documentation git submodule add, shows there --reference parameter. presumably, works same way --reference parameter git clone works, copying objects it, instead of remote repository. after executing parameter, if inside .git/modules/<submodule>/objects/info, there alternates file, containing path reference repo.
however, git clone has --dissociate parameter, initial clone. there way same thing submodule repository?
Comments
Post a Comment