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.
我们使用 fmdb,我看到 fmdb 2.0 支持多线程调用。更新到2.0的好方法是什么?在我开始这个项目之前,Fmdb 已添加到项目中,我不想破坏任何东西。如果这也有帮助,我们正在使用 Git。谢谢!
这取决于“Fmdb 是如何添加到项目中的”。
如果它是一个子模块,您可以简单地创建一个分支,其中:
.gitmodules
然后,您可以独立于项目的主分支进行开发,而 fmdb2.0 仅在该新分支中可见。