0
votes

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.

enter image description here

1

1 Answers

0
votes

first of all, you must install this extension: enter image description here

after that, click on add to source control and select git:

enter image description here

and after that click on Publish to GitHub: enter image description here

if this doesn't work install git on your windows: https://git-scm.com/downloads and try to repeat these steps.