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.
我在 github 上打开了一个 repo,之后开始编码,我发现我自己为我的域中的项目构建了一个通用应用程序模型,现在我想将应用程序模型从我的 repo 提取到另一个 repo。
我可以分叉回购并删除与我的项目相关的文件,特别是与我的项目相关的文件,但我会错过使用“分叉”操作。
还有这个命令
git merge origin/upstream
将重现我的项目特定文件。
听起来像是反向分叉..如何实现?