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.
我有一个本地项目,我想使用 git 存储库作为版本控制软件。
由于我在 SVN 服务器上使用外部软件作为我的项目的基础,我认为最好的方法是将它作为我的 git 项目中的供应商分支,这样外部更改不会影响我的代码,我可以合并供应商分支不时在主干道上。
可以像这样混合git和SVN吗?什么是最好的项目布局,我如何实际合并主干中的供应商分支?
看git-svn,正是针对这个用例。
git-svn
我现在这样做了:
如何将第三方库导入 git?