Visual Studio Code

Configure your Github account

In VSCode terminal configure your git user name and email

git config --global user.name "YOUR_NAME"
git config --global user.email "YOUR_EMAIL"

Use the source control function.

First initilise your project folder to be used as a git repository.

clicking publish branch, you will be asked to login your github account

Authorise VSCode access

Select publishing to a public or pivate repository

Sign in again

If the publishing is succesful, you can see your project on Github

Visual Studio

Last updated