# Visual Studio Code

## Configure your Github account

In VSCode terminal configure your git user name and email

```git
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.

<figure><img src="https://3464970502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3JUKGJZ67JX02QZdPhsy%2Fuploads%2FPvzYB9QNV0yeX53roGMh%2Fimage.png?alt=media&#x26;token=27927e40-ce73-47cd-80dc-acbba53ca133" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3464970502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3JUKGJZ67JX02QZdPhsy%2Fuploads%2FfPZu9QBPhYR0EEFwsTgf%2Fimage.png?alt=media&#x26;token=bee35a76-610c-4504-a80c-079f40aca22e" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3464970502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3JUKGJZ67JX02QZdPhsy%2Fuploads%2FdbyZaCVxdtvINzuPwCLA%2Fc79a23cd-b20a-4d6c-ac2e-10dd1d2adedc.png?alt=media&#x26;token=2c062e40-7675-4524-a4fb-4366a9d357f1" alt=""><figcaption></figcaption></figure>

Authorise VSCode access&#x20;

<figure><img src="https://3464970502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3JUKGJZ67JX02QZdPhsy%2Fuploads%2FCLV5oTALAb1Oqmxl8NwW%2Fimage.png?alt=media&#x26;token=db761fb0-df4a-49fc-b718-41d8d3f5fcb9" alt=""><figcaption></figcaption></figure>

## Select publishing to a public or pivate repository

<figure><img src="https://3464970502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3JUKGJZ67JX02QZdPhsy%2Fuploads%2FYQ9JIzPmn2eIMboo66lO%2Fimage.png?alt=media&#x26;token=eac263a1-4619-4d40-b9a7-e98500501789" alt=""><figcaption></figcaption></figure>

## Sign in again

<figure><img src="https://3464970502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3JUKGJZ67JX02QZdPhsy%2Fuploads%2FCcLPhx4PpL7tz1cxxFM0%2F1111dc00-3848-4707-b73b-43e5757f0f18.png?alt=media&#x26;token=ade19430-3597-4800-901d-302f1c3dbf97" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3464970502-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3JUKGJZ67JX02QZdPhsy%2Fuploads%2FfFyqVLz9jp69gFcMmD5v%2Fimage.png?alt=media&#x26;token=8bfbd6f5-b3eb-4882-b596-8fd6b00fc83a" alt=""><figcaption></figcaption></figure>

## Visual Studio

##
