I have existing projects source controlled by TFS that I have done check-ins on, then when I do a check-in all of a sudden it’s source controlled by Git and it creates a local git repository for it and I can’t get back to my TFS source control.
How do I get control of my project source control back?
To fix this issue, I deleted all the .git files in my solution as well as a "hidden" folder as suggested by jessehouwing. Then I also removed the "GitHub extension for Visual Studio" from my VS installation by doing the following in VS: Tools -> Get Tools and Features (let the VS Installer load) -> Individual Components -> un-check "GitHub extension for Visual Studio" -> Modify