gpt4 book ai didi

git - 删除 Azure Devops (VSTS) 中的 git fork 关系

转载 作者:太空狗 更新时间:2023-10-29 13:12:34 29 4
gpt4 key购买 nike

我通过 fork 另一个项目创建了一个 Azure Devops (VSTS) 项目。现在,每当我们克隆新项目时,您都会在控制台输出中获得对原始项目的引用

remote: This repository is a fork. Learn more at https://aka.ms/whatisafork.
remote: To add its upstream as a remote, run:
remote: git remote add upstream <link to original repo>

有没有办法打破这种联系,使新项目永远不会引用旧项目?

最佳答案

如果你不想再have a fork ,你可以试试:

  • 克隆那个分支
  • 删除 VSTS fork repo
  • 新建一个空的
  • 更改本地克隆的远程 URL

    git remote set-url origin /URL/new/VSTS/repo
  • push 一切

    git push --mirror

关于git - 删除 Azure Devops (VSTS) 中的 git fork 关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50673550/

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