I\'m getting a hang of git submodule (wishful thinking?) and I\'m开发者_如何学C coming up with more specific questions, which is a good sign...
I\'m not clear on what the following means (from the Git submodule update documentation): ...will make the submodules HEAD be detached, unless --rebase or --merge is specified...
I\'m trying to add a submodule to my git repo, and I\'m getting this error in return: remote origin does not have a url defined in .git/config
When switching branches with git checkout I would assume that most of the ti开发者_开发技巧me you would want to update your submodules.
I am trying to add a git submodule to my project, but git keep telling me $ git submodule fatal: cannot describe \'dd650e8bb4762a8a7f69a6412b4765c9bb108778\'
What are the best practices for un-submoduling a Git submodule, bringing all the code back into the core rep开发者_高级运维ository?If all you want is to put your submodule code into the main repositor
I need to pack git submodules inside of tarball which I create with git-archive. I see that in 1.6.5 git-archive does not support git submodules.
I\'m using a few repository which I do not host my开发者_JAVA百科self and I thinking what if I deploy my application while they are not available? This simply just can\'t happen.