【发布时间】:2018-06-04 04:49:47
【问题描述】:
我通过派生另一个项目创建了一个 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>
有没有办法打破这种联系,让新项目永远不会引用旧项目?
【问题讨论】:
标签: git azure-devops git-fork