Introduction
In today’s article we will look at how to add the GIT menu to Visual Studio 2019. As we all know, at this time GIT is the most popular source control system and it has been widely adopted by Microsoft. We will see how to add the GIT menu into our Visual Studio 2019 environment and use the different features available directly from Visual Studio 2019.
Adding the GIT menu in VS 2019 Community Edition
We will open Visual Studio 2019 Community Edition and select “Extensions-> Manage Extensions” from the top menu. Then, select “Online-> Visual Studio Marketplace” and search for “GIT”. You will see a list as below. We will select the option “GitHub Extension for Visual Studio” as we will be using GitHub as our Git repository source in this article. GitHub is a Git repository available for community and professional projects. You would need to visit the GitHub website and create an account to create repositories and store your data on this Git repository.
Next, download and Install it.
Once installed you will see “GitHub” in the Team Explorer window.
Next, we can connect to our GitHub account to integrate it into our Visual Studio 2019 environment.
If required, we can then create a new GIT repository from here.
Using the GIT menu in VS 2019
Let us now create a new project in Visual Studio 2019. We will then add the source code of this project to our GitHub repository. We will create a simple .NET Core console application for demo purposes only.



Join the conversation! Your thoughts help the community grow.