Tagged Questions
23
votes
2answers
3k views
Git submodules workflow
In my project I need to use third party code, stored in several Git repositories. My project is also stored in (separate) Git repository. There are several people working with me on the main project, ...
5
votes
3answers
1k views
Need to handle git-submodules in git-archive
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 see several scripts to handle this case in the ...