Reputation: 3707
I'm looking for help on how to move a project from Visual Studio Team Services (was Visual Studio Online) with TFS over to GitHub?
I'm new to Git/GitHub but I want to get more familiar with it. I've got a personal project that I've been working on and have been using Team Services with TFS. I've installed the GitHub plug in for my Visual Studio and was able to log in and create a Repo on GitHub as well as a local Repo. I then went to the Advanced Settings of Source Control in VS and removed the bindings to the TFS server. I don't know what do do next?
Is it even possible to move over or would it be best to just make a copy of my local site and then create a whole new project connected to GitHub and then copy over the code?
Upvotes: 2
Views: 4300
Reputation: 3411
Github has a Github importer.
It can take any git, Hg, and TFS repository and make it into a git repo for you.
There's also a project made to convert locally called git-tfs.
Upvotes: 2