Hi Team
Want my project to point to source control(TFS) but each time its does not want to update and point TFS instead its pointing to Git. How do i resolve this problem?

Hi Team
Want my project to point to source control(TFS) but each time its does not want to update and point TFS instead its pointing to Git. How do i resolve this problem?

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted May 13, 2024, 2:46 PM
It seems like your project is currently configured to use Git as the source control system, and you want to switch it to Team Foundation Server (TFS). Here are the steps you can follow:
Unbind the project from Git:
File > Source Control > Advanced > Change Source Control.Unbind.Remove Git related files:
.gitfolder. Make sure to enable viewing hidden files in your file explorer to see this folder..gitignoreand.gitattributesfiles if they exist.Bind the project to TFS:
File > Source Control > Advanced > Change Source Control.Bindto bind your project to TFS.Please make sure to backup your project before making these changes. If you have any commits in Git that you want to preserve, you should push them to a remote repository or create a patch file before unbinding Git.
Thanks