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

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -