rism
rism

Reputation: 12142

Locate Visual Studio Team Services url in visual studio solution

Somewhere in visual studio I have set the url for my solution to connect to Visual Studio Team Services but for the life of me I cant find it.

When you create a new project and want to sync it with the TFS server you are presented with a dialog as below:

enter image description here

I have already completed this step for existing solutions but where do I "read" that setting? It seems to have disappeared? Is it in the registry?

Upvotes: 0

Views: 771

Answers (1)

rism
rism

Reputation: 12142

As per Andrews comment I have confirmed that it is possible to get the url of a Visual Studio Team Services project by opening the Package Management Console (PMC) and running the following command

git config --get remote.origin.url

References:

How can I determine the URL that a local Git repository was originally cloned from?

Change the URI (URL) for a remote Git repository

Upvotes: 1

Related Questions