Reputation: 12142
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:
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
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