How would I associate remote repository from the Visual Studio 2019 Team Explorer to a local repository? There does not seem to be any way to specify the GitHub URL of a remote repository in Team Explorer or Visual Studio 2019.
The steps I am using are below.
- Create a new solution in Visual Studio 2019.
- Do a File | Add to Source Control to add a local repository.
- Go to GitHub on the Internet and Sign In.
- Create a new repository with a ReadMe and Visual Studio setting.
- Copy the URL for the newly create remote repository.
- Switch back to Visual Studio 2019.
There is no setting in the Team Explorer to specify the URL for the remote repository. How would I specify the GitHub repository in Team Explorer or Visual Studio 2019? Is there any way to Publish in Visual Studios 2019 for Windows or is this only available for Mac?