I created a Azure Devops (VSTS) project by forking another project. Now whenever we clone the new project you get references to the original project in the console output
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>
Is there any way to break this linkage so the new project never references the old one?