Installing Vagrant And Git Bash

    What is Vagrant? Vagrant is one of the tools available to automate VM creation and management. With Vagrant, we can configure the VM’s properties like CPU, memory, and storage by writing a script. We can extend these scripts and create multiple VMs in one shot with the same or slightly different configurations. Apart […]