Connect VS Code To GitHub
Hello Everyone, In this article, we will discuss how to connect Visual Studio Code to Github.
What is Github?
Github is a code host platform for Version Control and collabration which allow you and other work together on the same project from anywhere. it is free, you can work and collabrate unlimited repositories.
Now we will discuss how to connect VS Code to GitHub. There are some steps to connect VS Code to Github.
Step 1:
Please create a GitHub account or Sign in to GitHub.
Step 2:
Publish your new or existing project on GitHub, then open the folder and go to the source control tab left side of vs code. Click on the "Publish on GitHub".
Step 3:
After this, you see a tab open in your browser for Authorize to Visual Studio Code to access GitHub. Click on "Continue" then sign in your GitHub account
Step 4:
After sign in Click on Open VS Code .
Step 5:
Your GitHub account is linked successfully in VS Code.
Step 5:
You can create your new repository and publish it.
0 Comments