If I modify a submodule, can I push the commit back to the submodule origin, or would that require a clone? If clone, can I store a clone inside another repository?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
A submodule is nothing but a clone of a git repo within another repo with some extra meta data (gitlink tree entry, .gitmodules file )
|
||||
|
|
Note that the upcoming git1.7.11 ([ANNOUNCE] Git 1.7.11.rc1) mentions:
Probably done after this patch and the
So you could push everything in one go with (from the parent repo) a:
|
|||
|
|