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, ...