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?
If you don't want anymore to have a fork, you could try:
change the remote URL of your local clone
git remote set-url origin /URL/new/VSTS/repo
push everything
git push --mirror
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With