Demonstrate remote development with type-2 hypervisor VMs.
VScode, VirtualBox
# Checkout the necessary branch in a separate folder, i.e.: practice with Vagrant
mkdir vm-automation-practice && cd vm-automation-practice
mkdir vagrant && cd vagrant
git init
git remote add origin [email protected]:sunshine55/vm-automation-practice.git
git fetch origin vagrant
git checkout vagrant
# Then follow the README on the checked out branch