Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 在源代码控制下管理代码使用的第 3 方源代码和二进制文件
在我的 git 存储库中包含 3rd 方库会有什么问题。3rd 方库,如 Doctrine。这是个好主意吗?为什么?
也许将它作为一个子模块(http://git-scm.com/book/en/Git-Tools-Submodules)是一个更好的主意。