我是MW
我正在尝试合并 2 个 Android 存储库。
假设Repo A是原始来源,除了有一些新项目和一些更新之外,其他来源Repo B相同。Repo ARepo B
为了合并,我尝试使用以下命令$ repo forall -c git push Repo B to Repo A:
"New Project" does not appear to be a git repository.
fatal: The remote end hung up unexpectedly.
我的问题是如何将 Repo B 的新项目添加到 Repo A。