For this lab, you’ll need a Windows VM. (VMWare workstation is best.)

You can integrate GitHub into your Windows workflow in many different ways. We’ll use GitHub Desktop for this lab to push our work and VSCode for the actual programming.

Our first step for this lab will be to download GitHub Desktop. When you run the installer, it will ask if you want to sign in to GitHub. Go ahead and do that.

Untitled

You may be prompted to allow the pop-up once you enter your GitHub username and password.

Untitled

Once you are authenticated, you have the option to:

In this case, we’ll select our ExampleRepo from the last Lab and clone it.

Untitled

You can place this project somewhere specific or follow the defaults on the next screen.

Untitled

Google for ‘VSCode’ and install it on the VM. (No directions included here. Easy enough!)

Again, there are several ways to open the code we cloned with GitHub Desktop, but I’ll go through VSCode and choose File —> Open Folder.

Untitled

Once you select the project folder we cloned from our remote GitHub repo, it’s safe to Trust the Author.

Untitled