gpt4 book ai didi

git - 如何将一个 Gitlab 项目复制到另一个 Gitlab 仓库?

转载 作者:太空狗 更新时间:2023-10-29 14:28:52 25 4
gpt4 key购买 nike

我想将 GitLab 项目复制到另一个存储库,该存储库应该完全独立于原始项目。

为此,我尝试将原始项目 fork 到另一个项目中。但在原始项目中,维护者仍然可以看到一个 fork 列表,并知道其他 fork 的维护位置。

我想要一个完整的副本,没有任何指向主项目的链接,因此它不能由原始项目维护者管理。

我该怎么做?

最佳答案

另一种选择是使用 Gitlab 的 export/import feature .

Existing projects running on any GitLab instance or GitLab.com can be exported with all their related data and be moved into a new GitLab instance.

other answer的区别是它复制以下内容:

Exported contents

The following items will be exported:

  • Project and wiki repositories
  • Project uploads
  • Project configuration, excluding integrations
  • Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities
  • Design Management files and data
  • LFS objects
  • Issue boards
  • Pipelines history
  • Push Rules

因此,如果您只想复制代码,或者如果您还想迁移上面列出的其他非代码项目,则取决于您的用例。结果仍然是 2 个独立的项目(即它不会显示为一个分支)。

请注意:

The GitLab import/export button is displayed if the project import option is enabled.

要导出,请转至项目的设置> 常规页面:

export

然后等待包含可下载的 tar.gz. 文件的电子邮件。
(在我的Gitlab版本上,如果你点击按钮两次,你可以直接从浏览器下载。)

然后要导入,在 Gitlab 上,选择顶部栏中的 New 按钮 > New Project
然后,选择导入项目> Gitlab 导出

Import

上面的 UI 屏幕截图可能会在未来的 Gitlab 版本中发生变化。同样,请确保引用您的 Gitlab 实例的文档页面,或查看 Gitlab EE 中的公共(public)文档页面:Project import/export .

关于git - 如何将一个 Gitlab 项目复制到另一个 Gitlab 仓库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53155915/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com