quijames
quijames

Reputation: 537

Publish local GIT repo to TFS

I've been following the tutorial here : http://www.visualstudio.com/en-us/get-started/share-your-code-in-git-vs.aspx to try and use our local GIT repo as the source control for TFS.

In that tutorial, there is an option to "Publish your repository into your team project". But in my VS 2013 Express (and Ultimate) there is no such option.

Does anyone know how to accomplish this?

Upvotes: 1

Views: 521

Answers (1)

Giulio Vian
Giulio Vian

Reputation: 8343

Because you created the local repo, instead of cloning the one from Team Project? In that case you must set the TP URL as the remote repo of your local repo.

In other words Git must become aware of the relationship between repositories.

Upvotes: 0

Related Questions