分叉github,然后添加另一个仓库
我真的希望这是有道理的,并且有人可以帮助我是Github的新手。
我想开始在一个从存储库中分配的项目。分叉版本更基于UI(现在仅专注于一个平台)。问题在于原始项目的叉子可以更新其背后的引擎。 UI太远了,无法合并,但我认为我可以破解旧引擎参考并添加新的叉子引擎。 我是否可以分支UI更新,然后以某种方式链接到原始(分叉)存储库的叉子?
IE新仓库:
./
/original(forkedENGINE)/
/original(forkedENGINE)/files
/original(forkedUI)/
/original(forkedUI)/files
/new files
或者我们只是在分叉一个并复制引擎或UI上的工作?
I really hope this makes sense and someone can help as I'm pretty new to Github.
I'd like to start work on a project that has been forked from a repo. The forked version is more UI based (it's now focus on one platform only) . The problem is that the original project has had a fork that updates the engine behind it. The UI is too far along to merge but I think I can hack out the old engine references and add the new forked engine.
Am I able to fork the UI update and then somehow link to the fork of the original(forked) repo?
i.e new repo:
./
/original(forkedENGINE)/
/original(forkedENGINE)/files
/original(forkedUI)/
/original(forkedUI)/files
/new files
or is it work we just forking one and copying the engine or UI over?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好是:
It is better to: