Perhaps I\'m missing something here, but I\'ve looked and I want to do something that looks pretty simple, but I\'ve yet to figure out (or find someone who has) how to accom
Submodules are indeed a good fit, as your repo will only record a gitlink (special entry mode 160000) to record the commit of the submodule repo you are using.
Don't forget that this submodule is a git repo of its own, which means: