如何将旧存储库迁移到新存储库,并保留日志

发布于 2024-11-19 02:33:12 字数 371 浏览 0 评论 0原文

我有一个用于部署目的的 git 存储库 (repo1)。该仓库包含123文件夹,它们存储不同类型的源代码,每个文件夹都有一个多请求分支的日志编号(例如,分支 1 下的 req# 1,分支 2 下的 req# 2,这些将合并到 master 中)。

现在,我想重组我的存储库。我将创建一个大存储库 (repo2),其中应包含以前的文件夹 123 和一些新文件夹 A< /em>,BC,这是因为,我还需要参考我已经部署在repo1中的所有日志。

如何创建新的 repo2 并仍然能够将所有日志保留在 repo1 中?

I have a git repository (repo1) for deployment purposes. The repo contains the folders 1, 2, 3 which store different types of the source codes and each has a log of a branch by multi request number (example, req# 1 under branch 1, req# 2 under branch 2, and these will merge into master).

now, I want to restructure my repository. I will create a big repository (repo2) which should contain the previous folders 1, 2, 3 and some new folders A, B, C, this is because, I still need to refer to all logs that I have been deployed in repo1.

How to create the new repo2 and still be able to keep all logs in repo1 ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一个人的夜不怕黑 2024-11-26 02:33:12

如果将 repo1 克隆到 repo2,您将拥有整个提交树,包括分支和所有历史记录。然后你可以添加文件夹A、B、C。

事实上,如果您愿意,您可以将文件夹 A、B、C 添加到 repo1。

希望有帮助吗?

If you clone repo1 to repo2, you will have the entire commit tree including branches and all the history. Then you can just add folders A,B,C.

In fact, you could just add folders A,B,C to repo1 if you like.

Hope that helps?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文