可能重复: Managing 3rd party sources and binaries used by code under source control
在我的git存储库中包含第三方库会有什么问题。第三方图书馆喜欢的理论。这是个好主意还是不好?为什么?
发布于 2012-07-13 18:20:37
也许把它作为一个子模块(http://git-scm.com/book/en/Git-Tools-Submodules)是一个稍微好一些的主意。
https://stackoverflow.com/questions/11475619
复制相似问题