1.3 - Codespaces
1.3 - Codespaces
GitHub provides virtual machines with an online version of VSCode
Let's take a look at:
Coding locally versus remotely
Locally: faster, more options for code and extensions, have to remember to push to GitHub
Remotely: convenient, good for low-end computers or a quick edit, code lives in the Codespace so we still need to push to GitHub
What / where is this virtual machine?
Discuss merge conflicts some more