Closed svandragt closed 3 years ago
Aim is to run vagrant up and have all the tooling setup within the guest vm.
vagrant up
Git can be configured by creating a .gitconfig file in the project root:
.gitconfig
[user] email = mona@lisa.com name = Mona Lisa
Happy to push from the host.
Aim is to run
vagrant up
and have all the tooling setup within the guest vm.