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.
我有一个存储到 bitbucket 的存储库,它存储了我的项目。对于这个项目,我依赖于几个工具,比如 Bootstrap。在我的存储库中,我克隆了 Bootstrap 存储库并进行了一些本地编辑,但它没有被拾取,我如何将存储库存储在存储库中?
子模块就是答案,除非您需要引用 Bootstrap 存储库的分支而不是原始的 Bootstrap 存储库,因为您需要对其进行修改。
您可以分叉一个 Bitbucket 存储库,但是,如果 Bootstrap 不在 Bitbucket 上,您可以简单地在本地克隆它,然后将其推回您在 Bitbucket 上创建的空 Bootstrap 存储库。