Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (45.3k points)

Microsoft now has support for Git repositories on their Team Foundation Service. I have an account on Team Foundation Service, and I'd like to push my existing Git repository to a project there.

Whenever I try to do searches, I keep finding things like TFS-GIT, or GIT-TF. I'm pretty sure I don't want those, as I think those change to the Team Foundation Server model for code repositories, and that's not what I want.

Specifically, I have an existing Git repository that I want to push to TFService.

1 Answer

0 votes
by (16.8k points)

Try this:

  • In TFService, create a new project
  • Connect  to this project in the Visual Studio 
  • Now, clone the project in Visual Studio
  • git pull c:\source\oldGitProject

It will pull out all the changes from your old location and you can easily push it into the TFService.

Browse Categories

...