0

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?

Esther Fan - MSFT
  • 8,276
  • 4
  • 27
  • 25
rism
  • 11,932
  • 16
  • 76
  • 116

1 Answers1

1

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

Community
  • 1
  • 1
rism
  • 11,932
  • 16
  • 76
  • 116