Challenge 2 - Setup your Windows PC to use with GitHub
By Jonathan Frappier, recording available.
To full participate in #Commitmas, you will need to have a working environment to work with repositores and associated files. In this challege, Windows users will setup Git and VisualStudio Code to use as their markdown editor.
From an elevated command prompt, install the chocolatey package manager for Windows
Using choco, install the git and visualstudiocode packages
Add the bin directories for each package to your environment path and restart the elevated command prompt
Configure git: global settings, ssh-keygen, and add your public key to your git profile
Clone a repo