I'm trying to use Git and save to GitHub in Visual Studio 2019. I can't find the option to connect to GitHub under Team Explorer/Manage connections. All I see is Azure DevOps. I added the GitHub extension for Visual Studio in the Visual Studio Installation program. I also created an account and a repository on GitHub.
0
votes
1 Answers
0
votes
first of all, you must install this extension:
after that, click on add to source control and select git:
and after that click on Publish to GitHub:
if this doesn't work install git on your windows: https://git-scm.com/downloads and try to repeat these steps.