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.
我有两个本地存储库。假设 REPO-A 和 REPO-B。REPO-B 是外部供应商提供的 REPO-A 的更新版本。REPO-A 使用 GIT-TFS 进行管理,而 REPO-B 是一个 GIT 存储库。我为 REPO-B 创建了一个 VS 项目,但现在我想将 REPO-B 的新源文件(相同)与 REPO-A 合并。对此的任何帮助都会很棒。
当您说 REPO-B 是 REPO-A 的更新版本时,我假设它是原始 git 存储库的副本,并且它共享相同的原始提交历史?
如果是这样,您应该能够将 REPO-B 添加为 REPO-A 的远程,从 B 获取更改,然后将它们合并。